vrana Sun Mar 25 10:52:00 2007 UTC
Modified files: /phpdoc/en/reference/mysql/functions mysql-fetch-array.xml mysql-fetch-assoc.xml mysql-fetch-object.xml mysql-fetch-row.xml Log: fetch functions return string (bug #40206) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml?r1=1.24&r2=1.25&diff_format=u Index: phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.24 phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.25 --- phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.24 Fri Aug 26 12:10:46 2005 +++ phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml Sun Mar 25 10:51:59 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.24 $ --> +<!-- $Revision: 1.25 $ --> <refentry id="function.mysql-fetch-array"> <refnamediv> <refname>mysql_fetch_array</refname> @@ -42,7 +42,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns an array that corresponds to the fetched row, or &false; + Returns an array of strings that corresponds to the fetched row, or &false; if there are no more rows. The type of returned array depends on how <parameter>result_type</parameter> is defined. By using <constant>MYSQL_BOTH</constant> (default), you'll get an array with both http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml?r1=1.15&r2=1.16&diff_format=u Index: phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.15 phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.16 --- phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.15 Tue May 31 08:59:48 2005 +++ phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml Sun Mar 25 10:51:59 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <refentry id="function.mysql-fetch-assoc"> <refnamediv> <refname>mysql_fetch_assoc</refname> @@ -33,7 +33,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns an associative array that corresponds to the fetched row, or + Returns an associative array of strings that corresponds to the fetched row, or &false; if there are no more rows. </para> <para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml?r1=1.15&r2=1.16&diff_format=u Index: phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.15 phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.16 --- phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.15 Thu Aug 31 22:09:10 2006 +++ phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml Sun Mar 25 10:51:59 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <refentry id="function.mysql-fetch-object"> <refnamediv> <refname>mysql_fetch_object</refname> @@ -50,7 +50,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns an <type>object</type> with properties that correspond to the + Returns an <type>object</type> with string properties that correspond to the fetched row, or &false; if there are no more rows. </para> <para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml?r1=1.12&r2=1.13&diff_format=u Index: phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.12 phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.13 --- phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.12 Tue May 31 08:59:48 2005 +++ phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml Sun Mar 25 10:52:00 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.12 $ --> +<!-- $Revision: 1.13 $ --> <refentry id="function.mysql-fetch-row"> <refnamediv> <refname>mysql_fetch_row</refname> @@ -30,7 +30,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns an numerical array that corresponds to the fetched row, or + Returns an numerical array of strings that corresponds to the fetched row, or &false; if there are no more rows. </para> <para>