bindColumn()
bindColumn(mixed $column, mixed $param, integer $type, integer $maxlen, mixed $driverdata) : boolean
Bind a column to a PHP variable
Parameters
mixed | $column | Number or name of the column in the result set |
mixed | $param | Name of the PHP variable to which the column will be bound |
integer | $type | Data type of the parameter, specified by the PDO::PARAM_* constants |
integer | $maxlen | A hint for pre-allocation |
mixed | $driverdata | Optional parameter(s) for the driver |