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.