mysqli_stmt::more_results
mysqli_stmt_more_results
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
mysqli_stmt::more_results -- mysqli_stmt_more_results — Check if there are more query results from a multiple query
说明
面向对象风格
public mysqli_stmt::more_results():
bool
注意:
仅可用于 mysqlnd。
返回值
Returns true
if more results exist, otherwise false
.