Documentation

Horde_Db
in package

Tags
author

Jan Schneider jan@horde.org

category

Horde

copyright

2011-2017 Horde LLC

license

http://www.horde.org/licenses/bsd

Table of Contents

FETCH_ASSOC  = 2
Specifies that the fetch method shall return each row as an array indexed by column name as returned in the corresponding result set.
FETCH_BOTH  = 4
Specifies that the fetch method shall return each row as an array indexed by both column name and number as returned in the corresponding result set, starting at column 0.
FETCH_NUM  = 3
Specifies that the fetch method shall return each row as an array indexed by column number as returned in the corresponding result set, starting at column 0.

Constants

FETCH_ASSOC

Specifies that the fetch method shall return each row as an array indexed by column name as returned in the corresponding result set.

public mixed FETCH_ASSOC = 2

FETCH_BOTH

Specifies that the fetch method shall return each row as an array indexed by both column name and number as returned in the corresponding result set, starting at column 0.

public mixed FETCH_BOTH = 4

FETCH_NUM

Specifies that the fetch method shall return each row as an array indexed by column number as returned in the corresponding result set, starting at column 0.

public mixed FETCH_NUM = 3

Search results