mysqli_more_results
(PHP 5)
mysqli_more_results
(no version information, might be only in CVS)
mysqli->more_results -- Check if there any more query results from a multi query
Description
bool
mysqli_more_results ( mysqli link )
mysqli_more_results() indicates if one or more result sets
are available from a previous call to mysqli_multi_query().
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.