sqlsrv_fetch

 mixed sqlsrv_fetch ( resource $stmt [, int $row [, int $offset ]] ) 

説明

Makes the next row in a result set available for reading. Use sqlsrv_get_field() to read the fields of the row.

戻り値

Returns TRUE if the next row of a result set was successfully retrieved, FALSE if an error occurs, and NULL if there are no more rows in the result set.