MDB_Common::fetchAll() (Previous) (Next) MDB_Common::fetchOne()

View this page in Last updated: Sun, 24 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

MDB_Common::fetchCol()

MDB_Common::fetchCol() -- Fetch a single column

Beschreibung

Fetch a single column from a result set of a result set and free the result set.

Parameter

resource $result

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

array $params

if supplied, prepareQuery()/ executeQuery() will be used with this array as execute parameters

mixed $colnum

which column to return (integer [column number, starting at 0] or string [column name])

Rückgabewert

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

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

MDB_Common::fetchAll() (Previous) (Next) MDB_Common::fetchOne()

Download Documentation Last updated: Sun, 24 Aug 2008
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.