odbc_next_result

 bool odbc_next_result ( resource $result_id ) 

説明

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.

戻り値

Returns TRUE if there are more result sets, FALSE otherwise.