MDB_Common::fetchRow()

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

Synopsis

Описание

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

Параметр

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

Возвращаемое значение

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

Throws

Заметка

Эта функция не должна вызываться статически.

См. также

query() , limitQuery() , prepareQuery() executeQuery() , fetchCol() , fetchRow()

    Поддержать сайт на родительском проекте КГБ