odbc_next_result

PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8
odbc_next_result - Checks if multiple results are available
Manual
Code Examples

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.

Example of odbc_next_result

Show all examples for odbc_next_result

PHP Version: