odbc_next_result
PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8
odbc_next_result - Checks if multiple results are available
Manual
odbc_next_result(
resource$statement ): bool
Checks if there are more result sets available as well as allowing access to the next result set via odbc_fetch_array, odbc_fetch_row, odbc_result, etc.
Parameters
- statement
-
The result identifier.
Return Values
Returns true if there are more result sets, false otherwise.