Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
PDOStatement::fetchSingle -- Returns the first column in the next row of a result setVarování |
Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí. |
PDOStatement::fetchSingle() returns the first column in the next row of a result set as a string value.
Varování |
There is no way to return the second or subsequent columns from a row if you use this method to retrieve data. |
PDO::query() |
PDOStatement::fetch() |
PDOStatement::fetchAll() |
PDOStatement::prepare() |
PDOStatement::setFetchMode() |
Předcházející | Domů | Další |
PDOStatement::fetchAll | Nahoru | PDOStatement::getAttribute |