sqlsrv_fetch_array

Example

 array sqlsrv_fetch_array ( resource $stmt [, int $fetchType [, int $row [, int $offset ]]] ) 

Description

Returns the next available row of data as an associative array, a numeric array, or both (the default).

Return Values

Returns an array on success, NULL if there are no more rows to return, and FALSE if an error occurs.