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检查多重查询中是否有更多查询结果

描述

面向对象风格

public mysqli_stmt::more_results(): bool

过程式风格

mysqli_stmt_more_results(mysqli_stmt $statement): bool

检查多重查询中是否有更多查询结果。

注意:

仅适用于 mysqlnd

参数

statement

过程式风格:由 mysqli_stmt_init() 返回的 mysqli_stmt 对象。

返回值

如果存在更多结果,则返回 true,否则返回 false

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top