Version ebook / Retour
mysql_more_results()
my_bool mysql_more_result(MYSQL *mysql)
Use this function to determine whether more results remain in a results set when using the mysql_next_result() function to retrieve data. It returns 1 if there are more results, and 0 if not.
mysql_next_result()