GoLang mysqli::reap_async_query

request it (360)
GoLang replacement for PHP's mysqli::reap_async_query [edit | history]



Do you know a GoLang replacement for PHP's mysqli::reap_async_query? Write it!

PHP mysqli::reap_async_query

PHP original manual for mysqli::reap_async_query [ show | php.net ]

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

Description

Object oriented style

public mysqli_result mysqli::reap_async_query ( void )

Procedural style

mysqli_result mysqli_reap_async_query ( mysqli $link )

Get result from async query. Available only with mysqlnd.

Parameters

link

Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()

Return Values

Returns mysqli_result in success, FALSE otherwise.

See Also