PHP - Manual: mysqli_stmt::more_results
2024-11-15
(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
面向对象风格
过程化风格:
Checks if there are more query results from a multiple query.
注意:
仅可用于 mysqlnd。
Returns true
if more results exist, otherwise false
.
官方地址:https://www.php.net/manual/en/mysqli-stmt.more-results.php