(PECL maxdb >= 1.0)
Fetch a result row as an associative, a numeric array, or both
mixed maxdb_fetch_array ( resource $result [, int $resulttype ] )
Procedural style
Object oriented style
mixed maxdb_result::fetch_array ([ int $resulttype ] )
Returns an array that corresponds to the fetched row or NULL if there are no more rows for the resultset represented by the result parameter.
maxdb_fetch_array() is an extended ve