![]() |
|
(no version information, might be only in CVS)
PDOStatement::bindColumn -- Bind a column to a PHP variableAvvertimento |
Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio. |
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() |
Hosting by: hurra.com
Generated: 2007-01-26 17:56:31