MDB_Common::queryRow() | MDB_Common::tableInfo() |
MDB | |
PEAR Manual | |
require_once 'MDB.php'; |
void setFetchMode
(
integer $fetchmode
, string
$object_class = NULL
)
Sets the fetch mode used by default on queries for the connection.
MDB_FETCHMODE_ORDEREDor MDB_FETCHMODE_ASSOC, all possibly bit-wise OR'ed with MDB_FETCHMODE_FLIPPED. See "Introduction - Fetch" for further information.
void - NULL, if ok(!)
This function can not be called statically.
MDB_Common::queryRow() | MDB_Common::tableInfo() |
MDB | |
PEAR Manual | |