odbc_next_result()
odbc_next_result - Checks if multiple results are available
Syntax
bool odbc_next_result (
resource $result_id)
Arguments
- result_id - The result identifier.
Description
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.
Version
PHP 4.0.5, 5
Return value
Returns TRUE if there are more result sets, FALSE otherwise.