MDB_Common::queryOne() (Previous) (Next) MDB_Common::setFetchMode()

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

MDB_Common::queryRow()

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

Leírás

Fetch the first row of data returned from a query. The function takes care of doing the query and freeing the results when finished.

Paraméterek

string $query

the SQL query

array $types

if supplied, the types of the columns in the result set will be set for fetching

integer $fetchmode

the fetch mode to use, default is MDB_FETCHMODE_DEFAULT

integer $rownum

the row number to fetch

Visszatérési érték

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

Megjegyzés

Ez a függvény nem hívható statikusan.

MDB_Common::queryOne() (Previous) (Next) MDB_Common::setFetchMode()

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.