From 325fc3992aee39f77edd201fe139e42242ecff03 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 29 Mar 2014 21:52:50 +0000 Subject: [PATCH] grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333163 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli_stmt/store-result.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mysqli/mysqli_stmt/store-result.xml b/reference/mysqli/mysqli_stmt/store-result.xml index b366fac2fd..7cb55b76a1 100644 --- a/reference/mysqli/mysqli_stmt/store-result.xml +++ b/reference/mysqli/mysqli_stmt/store-result.xml @@ -22,7 +22,7 @@ You must call mysqli_stmt_store_result for every query that successfully produces a result set (SELECT, SHOW, DESCRIBE, EXPLAIN), - and only if you want to buffer the complete result set by the client, + if and only if you want to buffer the complete result set by the client, so that the subsequent mysqli_stmt_fetch call returns buffered data.