mysqli
PHP Manual

mysqli::reap_async_query

mysqli_reap_async_query

(PHP 5 >= 5.3.0, PHP 7)

mysqli::reap_async_query -- mysqli_reap_async_queryGet result from async query

Beschreibung

Objektorientierter Stil

public mysqli_result mysqli::reap_async_query ( void )

Prozeduraler Stil

mysqli_result mysqli_reap_async_query ( mysqli $link )

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.

Siehe auch


mysqli
PHP Manual