PHP. Руководство по PHP. 2005
db2_fetch_both
db2_fetch_both
(no version information, might be only in CVS)db2_fetch_both -- Returns an array, indexed by both column name and position, representing a row in a result set
Описание
array db2_fetch_both (resource stmt [, int row_number])Returns an array, indexed by both column name and position, representing a row in a result set. Note that the row returned by db2_fetch_both() requires more memory than the single-indexed arrays returned by db2_fetch_assoc() or db2_fetch_array().