(no version information, might be only in CVS)
PDOStatement::bindColumn --
Bind a column to a PHP variable
Descrizione
bool
PDOStatement::bindColumn ( mixed column, mixed ¶m [, int type [, int maxlen [, mixed driver_options]]] )
Avvertimento |
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().