array sqlsrv_fetch_array ( resource $stmt [, int $fetchType [, int $row [, int $offset ]]] )
Returns the next available row of data as an associative array, a numeric array, or both (the default).
Returns an array on success, NULL if there are no more rows to return, and FALSE if an error occurs.