sqlsrv_next_result
sqlsrv_next_result
(No version information available, might only be in Git)
sqlsrv_next_result — Makes the next result of the specified statement active
Description
mixed sqlsrv_next_result ( resource $stmt )
Makes the next result of the specified statement active. Results include result sets, row counts, and output parameters.
Parameters
-
stmt
-
The statment on which the next result is being called.