From 3a168790955778b39dec450c8da8df57c8fb0273 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 23 Mar 2007 17:51:34 +0000 Subject: [PATCH] Works with any statement returning resultset (bug #40377) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232473 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-query.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-query.xml b/reference/mysql/functions/mysql-query.xml index 64863ca2f2..41918e8447 100644 --- a/reference/mysql/functions/mysql-query.xml +++ b/reference/mysql/functions/mysql-query.xml @@ -1,5 +1,5 @@ - + mysql_query @@ -44,7 +44,7 @@ &reftitle.returnvalues; - For SELECT, SHOW, DESCRIBE or EXPLAIN statements, + For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset, mysql_query returns a resource on success, or &false; on error.