MDB_Common::queryCol() (Previous) (Next) MDB_Common::queryRow()

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

MDB_Common::queryOne()

MDB_Common::queryOne() -- fetch the first column of the first row

Beschreibung

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

Parameter

string $query

the SQL query or the statement to prepare

string $type

if supplied, the type of the cell in the result set will be set for fetching

Rückgabewert

mixed - the returned value or a MDB_Error, if fail

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

MDB_Common::queryCol() (Previous) (Next) MDB_Common::queryRow()

Download Documentation Last updated: Sun, 07 Sep 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.