For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > March 2007 > cvs: phpdoc /en/reference/mysql/functions mysql-query.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/mysql/functions mysql-query.xml
Jakub Vrana

2007-03-23, 6:59 pm

vrana Fri Mar 23 17:51:34 2007 UTC

Modified files:
/phpdoc/en/reference/mysql/functions mysql-query.xml
Log:
Works with any statement returning resultset (bug #40377)

http://cvs.php.net/viewvc.cgi/phpdo...8&diff_format=u
Index: phpdoc/en/reference/mysql/functions/mysql-query.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-query.xml:1.17 phpdoc/en/reference/mysql/functions/mysql-query.xml:1.18
--- phpdoc/en/reference/mysql/functions/mysql-query.xml:1.17 Sun Jan 28 05:22:02 2007
+++ phpdoc/en/reference/mysql/functions/mysql-query.xml Fri Mar 23 17:51:34 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<refentry id="function.mysql-query">
<refnamediv>
<refname>mysql_query</refname>
@@ -44,7 +44,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- For SELECT, SHOW, DESCRIBE or EXPLAIN statements,
+ For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset,
<function>mysql_query</function>
returns a <type>resource</type> on success, or &false; on
error.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com