(PHP 5)
(no version information, might be only in CVS)
mysqli_more_results() indicates if one or more result sets are available from a previous call to mysqli_multi_query().
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
mysqli_multi_query(), mysqli_next_result(), mysqli_store_result() и mysqli_use_result().
See mysqli_multi_query().