mixed fetchRow ([integer $fetchmode = DB_DEFAULT_MODE [, integer $rownum = NULL]])
mixed fetchRow
Fetch and return a row of a result set. See the "Fetch" section for further information.
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::fetchInto()