Current Location: Home> Function Categories> mysqli::reap_async_query

mysqli::reap_async_query

(mysqli_reap_async_query) Get results from asynchronous query
Name:mysqli::reap_async_query
Category:MySQLi
Programming Language:php
One-line Description:Return results from an asynchronous SQL query.

Definition and usage

The reap_async_query() / mysqli_reap_async_query() function returns the result from an asynchronous SQL query.

grammar

Object-oriented style:

 $mysqli -> reap_async_query ( )

Procedural Style:

 mysqli_reap_async_query ( connection )
parameter describe
connection Required. Specifies the MySQL connection to use.
Similar Functions
Popular Articles