(PHP 5 >= 5.3.0, PHP 7)
Get result from async query
public mysqli_result mysqli::reap_async_query ( void )
Object oriented style
Procedural style
Get result from async query. Available only with mysqlnd.
Parameters:
link
Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()
Returns:
Returns mysqli_result in success, FALSE
otherwise.
See also:
Please login to continue.