PHP mysqli reap_async_query() 函数
定义和用法
reap_async_query() / mysqli_reap_async_query() 函数返回异步 SQL 查询的结果。
语法
面向对象风格
$mysqli -> reap_async_query()
过程化风格
mysqli_reap_async_query(connection)
参数值
参数 | 描述 |
---|---|
connection | 必需。指定要使用的 MySQL 连接 |
技术细节
返回值 | 成功时为 mysqli_result。失败时为 FALSE |
---|---|
PHP 版本 | 5.3+ |
❮ PHP MySQLi 参考