From ef5679d743a64ab612676f1cced8a7953562765d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 8 Jan 2009 15:10:22 +0000 Subject: [PATCH] MYSQLI_ASYNC git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273076 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/query.xml | 32 ++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/reference/mysqli/mysqli/query.xml b/reference/mysqli/mysqli/query.xml index 940ec18977..3c5d246830 100644 --- a/reference/mysqli/mysqli/query.xml +++ b/reference/mysqli/mysqli/query.xml @@ -1,5 +1,5 @@ - + mysqli::query @@ -59,6 +59,12 @@ will return error Commands out of sync unless you call mysqli_free_result + + With MYSQLI_ASYNC (available with mysqlnd), it is + possible to perform query asynchronously. + mysqli_poll is then used to get results from such + queries. + @@ -74,6 +80,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + Added the ability of async queries. + + + + + + + + &reftitle.examples;