From cdf9ea506c6efab215d05e191291f8f541e16031 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Fri, 15 Jul 2011 07:16:03 +0000 Subject: [PATCH] This should clarify the mysql_result datatype - the link may not be generating correctly, but it'll still be clearer than the existing documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313258 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysqli/mysqli/query.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mysqli/mysqli/query.xml b/reference/mysqli/mysqli/query.xml index 49e7cf9449..fe900c055a 100644 --- a/reference/mysqli/mysqli/query.xml +++ b/reference/mysqli/mysqli/query.xml @@ -112,7 +112,7 @@ Returns &false; on failure. For successful SELECT, SHOW, DESCRIBE or EXPLAIN queries mysqli_query will return - a result object. For other successful queries mysqli_query will + a &class.mysqli-result; object. For other successful queries mysqli_query will return &true;.