Php/func mysqli reap async query

来自菜鸟教程
跳转至:导航、​搜索

PHP mysqli reap_async_query()函数

MySQL PHP MySQLi参考

定义和用法

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

句法

面向对象的样式:

$mysqli -> reap_async_query()

程序风格:

mysqli_reap_async_query(connection)

参数值

参数 描述
connection 需要。指定要使用的MySQL连接

技术细节

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

MySQL PHP MySQLi参考