Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
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

Description

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

This function is currently not documented; only its argument list is available.

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


MySQLi
PHP Manual