Php/docs/mysqli-stmt.more-results
来自菜鸟教程
mysqli_stmt::more_results
mysqli_stmt_more_results
(PHP 5 >= 5.3.0, PHP 7)
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
过程化风格:
mysqli_stmt_more_results
( mysql_stmt $stmt
) : bool
Checks if there are more query results from a multiple query.
返回值
Returns true
if more results exist, otherwise false
.
参见
- mysqli_stmt::next_result() - Reads the next result from a multiple query
- mysqli::multi_query() - 执行查询