Horde_Db
in package
Tags
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