©
                    本文档使用
                    php中文网手册 发布
                
(PHP 5 >= 5.3.0)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
面向对象风格 (method):
过程化风格:
$stmt 
   )Checks if there are more query results from a multiple query.
stmt 仅以过程化样式:由 mysqli_stmt_init() 返回的 statement 标识。
   Returns  TRUE  if more results exist, otherwise  FALSE .
  
仅可用于 mysqlnd。