PDOStatement::bindColumn
Bind a column to a PHP variable
Description
boolPDOStatement::bindColumn
mixedcolumn
mixedparam
inttype
intmaxlen
mixeddriverdata
&warn.undocumented.func;
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 portability, don't call
this before PDO::execute.