mixed fetchInto (mixed $arr [, integer = $fetchMode DB_FETCHMODE_DEFAULT [, integer $rowNum = NULL]])
mixed fetchInto
Copies a row of a result set into a variable. See the "Fetch" section for further information.
reference to a variable to contain the row
format of fetched row
the row number to fetch
mixed - an array or NULL, if no more rows
This function can not be called statically.
DB_Result::fetchRow()