|
(no version information, might be only in CVS)
PDOStatement::bindColumn -- Bind a column to a PHP variableOstrzeżenie |
Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko. |
On each row fetch param will contain the value of the corresponding column. column is the 1-based offset of the column, or the column name. For maximum portability, do not call this function before calling PDOStatement::execute().
Number of the column (1-indexed) in the result set.
Name of the PHP variable to which the column will be bound.
Data type of the parameter, specified by the PDO_PARAM_* constants.
Maximum length of the parameter.
PDOStatement::execute() |
PDOStatement::fetch() |
PDOStatement::fetchAll() |
PDOStatement::fetchSingle() |
Poprzedni | Spis treści | Następny |
PDO::setAttribute | Początek rozdziału | PDOStatement::bindParam |
Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:35