mysqli::reap_async_query
(mysqli_reap_async_query) Get results from asynchronous query
The reap_async_query()
/ mysqli_reap_async_query()
function returns the result from an asynchronous SQL query.
$mysqli -> reap_async_query ( )
mysqli_reap_async_query ( connection )
parameter | describe |
---|---|
connection | Required. Specifies the MySQL connection to use. |