目录

PHP mysqli reap_async_query() 函数

❮ PHP MySQLi 参考


定义和用法

reap_async_query() / mysqli_reap_async_query() 函数返回异步 SQL 查询的结果。


语法

面向对象风格:

$mysqli -> reap_async_query()

程序风格:

mysqli_reap_async_query( connection)

参数值

Parameter Description
connection Required. Specifies the MySQL connection to use

技术细节

返回值: mysqli_result 表示成功。失败时为 FALSE
PHP 版本: 5.3+

❮ PHP MySQLi 参考