PHP mysqli reap_async_query() Function

❮ PHP MySQLi Reference


Definition and Usage

The reap_async_query() / mysqli_reap_async_query() function returns result from an async SQL query.


Syntax

Object oriented style:

$mysqli -> reap_async_query()

Procedural style:

mysqli_reap_async_query(connection)

Parameter Values

Parameter Description
connection Required. Specifies the MySQL connection to use

Technical Details

Return Value: mysqli_result on success. FALSE on failure
PHP Version: 5.3+

❮ PHP MySQLi Reference
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.