php8.5
Home/ Manual/ mysqli / mysqli/ mysqli::reap_async_query

mysqli::reap_async_query

PHP function Edit on GitHub ✎

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

Get result from async query

Description

Oop

mysqli::reap_async_query(): mysqli_result|bool

Procedural

mysqli_reap_async_query(mysqli $mysql): mysqli_result|bool

Get result from async query.

Note

Mysqlnd

Parameters

Return Values

Returns false on failure. For successful queries which produce a result set, such as SELECT, SHOW, DESCRIBE or EXPLAIN, mysqli_reap_async_query() will return a mysqli_result object. For other successful queries, mysqli_reap_async_query() will return true.

Errors/Exceptions Conditionalexception

See Also

Source: reference/mysqli/mysqli/reap-async-query.xml · from the official PHP manual (php/doc-en)