MySQLi
PHP Manual

mysqli::reap_async_query

mysqli_reap_async_query

(No version information available, might be only in CVS)

mysqli::reap_async_query -- mysqli_reap_async_queryGet result from async query

説明

public mysqli_result mysqli::reap_async_query ( void )
mysqli_result mysqli_reap_async_query ( mysql $link )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

Get result from async query. Available only with mysqlnd.

パラメータ

link

手続き型のみ: mysqli_connect() あるいは mysqli_init() が返すリンク ID。

返り値

Returns mysqli_result in success, FALSE otherwise.

参考


MySQLi
PHP Manual