ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:adodb_fetch_mode

This is an old revision of the document!


$ADODB_FETCH_MODE

TypeInteger
Default0

This is a global variable that determines how arrays are retrieved by recordsets. The recordset saves this value on creation (eg. in Execute or SelectLimit), and any subsequent changes to $ADODB_FETCH_MODE have no affect on existing recordsets, only on recordsets created in the future.


Syntax

$ADODB_FETCH_MODE = ADODB_FETCH_NUM;

More Information

For more information on the constants used and for more granular control of this setting, see setFetchMode()

v5/reference/adodb_fetch_mode.1436726796.txt.gz · Last modified: 2017/04/21 11:31 (external edit)