(PHP 5 >= 5.3.0, PHP 7)
mysqli::reap_async_query -- mysqli_reap_async_query — Get result from async query
Object oriented style
public mysqli::reap_async_query ( ) : mysqli_result
Procedural style
mysqli_reap_async_query ( mysqli $link ) : mysqli_result
Get result from async query. Available only with mysqlnd.
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
Returns mysqli_result in success, false
otherwise.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/mysqli.reap-async-query.php