MDB_Common::fetchOne() (Previous) (Next) MDB_Common::fetchInto()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

MDB_Common::fetchRow()

MDB_Common::fetchRow() -- fetch the first row

Descripción

Fetch the first row of data returned from a result set and free the result set.

Parámetro

resource $result

a valid resource returned by query() or executeQuery()

integer $fetchmode

the fetch mode to use, default is MDB_FETCHMODE_DEFAULT

integer $rownum

the row number to fetch

Valor devuelto

array - the first row of results as an array indexed from 0 or a MDB_Error, if fail

Nota

Esta función no puede ser llamada estáticamente.

MDB_Common::fetchOne() (Previous) (Next) MDB_Common::fetchInto()

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.