(PHP 5 >= 5.3.0)
mysqli::reap_async_query -- mysqli_reap_async_query — Get result from async query
Object oriented style
Procedural style
This function is currently not documented; only its argument list is available.
Get result from async query. Available only with mysqlnd.
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
Returns mysqli_result in success, FALSE otherwise.