ifx_fetch_row()
ifx_fetch_row - Get row as an associative array
Syntax
array ifx_fetch_row ()
Arguments
-
Description
Fetches one row of data from the result associated with the specified result identifier.
Version
PHP 4, <=5.2.0
Return value
Returns an associative array that corresponds to the fetched row, or FALSE if there are no more rows.