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
Opis
public mysqli_result mysqli::reap_async_query
( void
)
mysqli_result mysqli_reap_async_query
( mysql $link
)
Ostrzeżenie
Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.
Get result from async query. Dostępna tylko z mysqlnd.
Parametry
- połączenie
-
Tylko styl proceduralny: Identyfikator połączenia zwrócony przez mysqli_connect() lub mysqli_init()
Zwracane wartości
Returns mysqli_result in success, FALSE otherwise.
mysqli::reap_async_query
There are no user contributed notes for this page.
