(PHP 5 >= 5.3.0, PHP 7)
mysqli::reap_async_query -- mysqli_reap_async_query — Get result from async query
Nesne yönelimli kullanım
Yordamsal kullanım
Get result from async query. Sadece mysqlnd ile kullanılabilir.
bağlantı
Sadece yordamsal tarz: mysqli_connect() veya mysqli_init() işlevinden dönen bir bağlantı tanıtıcısı.
Returns mysqli_result in success, FALSE
otherwise.