mysqli::reap_async_query
mysqli_reap_async_query
(PHP 5 >= 5.3.0)
mysqli::reap_async_query -- mysqli_reap_async_query — Get result from async query
Beschreibung
public mysqli_result mysqli::reap_async_query
( void
)
mysqli_result mysqli_reap_async_query
( mysql $link
)
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Get result from async query. Nur in mysqlnd verfügbar.
Parameter-Liste
- link
-
Nur bei prozeduralem Aufruf: Ein von mysqli_connect() oder mysqli_init() zurückgegebenes Verbindungsobjekt.
Rückgabewerte
Returns mysqli_result in success, FALSE otherwise.
mysqli::reap_async_query
There are no user contributed notes for this page.
