sqlsrv_next_result
sqlsrv_next_result - Makes the next result of the specified statement active
Manual
sqlsrv_next_result(
resource$stmt ): mixed
Makes the next result of the specified statement active. Results include result sets, row counts, and output parameters.
Parameters
- stmt
-
The statement on which the next result is being called.
Return Values
Returns true if the next result was successfully retrieved, false if an error occurred, and null if there are no more results to retrieve.