DB_result::fetchRow()

DB_result::fetchRow() -- Fetch a row

Synopsis

mixed fetchRow ([integer $fetchmode = DB_DEFAULT_MODE [, integer $rownum = NULL]])

Description

Fetch and return a row of a result set. See the "Fetch" section for further information.

Parameter

integer $fetchmode

format of fetched row

integer $rownum

the row number to fetch

Return value

mixed - an array or NULL, if no more rows

Note

This function can not be called statically.

See

fetchInto()