sqlsrv_next_result

 mixed sqlsrv_next_result ( resource $stmt ) 

説明

Makes the next result of the specified statement active. Results include result sets, row counts, and output parameters.

戻り値

Returns TRUE if the next result was successfully retrieved, FALSE if an error occurred, and NULL if there are no more results to retrieve.