sqlsrv_fetch_array

 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.