From 37287d6b0c8dbbc5afee4fe18a7df2d14242b1f1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 10 Jul 2016 11:05:01 +0000 Subject: [PATCH] Apparently, a word has been swallowed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339612 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 7cb55b76a1..35ba40ea97 100644 --- a/reference/mysqli/mysqli_stmt/store-result.xml +++ b/reference/mysqli/mysqli_stmt/store-result.xml @@ -28,7 +28,7 @@ It is unnecessary to call mysqli_stmt_store_result for other queries, - but if you do, it will not harm or cause any notable performance in all cases. + but if you do, it will not harm or cause any notable performance loss in all cases. You can detect whether the query produced a result set by checking if mysqli_stmt_result_metadata returns NULL.