mysqli::reap_async_query
mysqli_reap_async_query
(PHP 5 >= 5.3.0)
mysqli::reap_async_query -- mysqli_reap_async_query — 非同期クエリから結果を取得する
説明
public mysqli_result mysqli::reap_async_query
( void
)
mysqli_result mysqli_reap_async_query
( mysql $link
)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
非同期クエリから結果を取得します。 mysqlnd でのみ使用可能です。
返り値
成功した場合に mysqli_result、それ以外の場合に FALSE を返します。
mysqli::reap_async_query
There are no user contributed notes for this page.
