mysqli::reap_async_query
mysqli_reap_async_query
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
mysqli::reap_async_query -- mysqli_reap_async_query — Get result from async query
Beschreibung
Objektorientierter Stil
Prozeduraler Stil
Get result from async query.
Hinweis:
Nur in mysqlnd verfügbar.
Parameter-Liste
-
mysql
-
Nur bei prozeduralem Aufruf: Ein von mysqli_connect() oder mysqli_init() zurückgegebenes mysqli-Objekt.
Rückgabewerte
Returns false
on failure. For successful queries which produce a result set, such as SELECT, SHOW, DESCRIBE
or
EXPLAIN
, mysqli_reap_async_query() will return
a mysqli_result object. For other successful queries, mysqli_reap_async_query() will
return true
.