MySQL and PHP

3.8.41 mysqli::reap_async_query, mysqli_reap_async_query

Copyright 1997-2021 the PHP Documentation Group.

Description

Object oriented style

public mysqli_result mysqli::reap_async_query();

Procedural style

mysqli_result mysqli_reap_async_query(mysqli link);

Get result from async query. Available only with mysqlnd.

Parameters

link

Procedural style only: A link identifier returned by mysqli_connect or mysqli_init

Return Values

Returns mysqli_result in success, false otherwise.

See Also

mysqli_poll