vrana Sun Mar 25 10:51:56 2007 UTC
Modified files: /phpdoc/en/reference/mysqli/functions mysqli-fetch-array.xml mysqli-fetch-assoc.xml mysqli-fetch-object.xml mysqli-fetch-row.xml Log: fetch functions return string (bug #40206) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml?r1=1.22&r2=1.23&diff_format=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.22 phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.23 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.22 Sun Jan 28 04:25:57 2007 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml Sun Mar 25 10:51:56 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.22 $ --> +<!-- $Revision: 1.23 $ --> <refentry id="function.mysqli-fetch-array"> <refnamediv> <refname>mysqli_fetch_array</refname> @@ -77,7 +77,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns an array that corresponds to the fetched row or &null; if there + Returns an array of strnigs that corresponds to the fetched row or &null; if there are no more rows in resultset. </para> </refsect1> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml?r1=1.20&r2=1.21&diff_format=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.20 phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.21 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.20 Sun Jan 28 04:25:57 2007 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml Sun Mar 25 10:51:56 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.20 $ --> +<!-- $Revision: 1.21 $ --> <refentry id="function.mysqli-fetch-assoc"> <refnamediv> <refname>mysqli_fetch_assoc</refname> @@ -42,7 +42,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns an associative array representing the fetched row in the result + Returns an associative array of strnigs representing the fetched row in the result set, where each key in the array represents the name of one of the result set's columns or &null; if there are no more rows in resultset. </para> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml?r1=1.19&r2=1.20&diff_format=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.19 phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.20 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.19 Sun Jan 28 04:25:57 2007 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml Sun Mar 25 10:51:56 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.19 $ --> +<!-- $Revision: 1.20 $ --> <refentry id="function.mysqli-fetch-object"> <refnamediv> <refname>mysqli_fetch_object</refname> @@ -58,7 +58,8 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns an object that corresponds to the fetched row or &null; if there are no more rows in resultset. + Returns an object with string properties that corresponds to the fetched + row or &null; if there are no more rows in resultset. </para> &database.field-case; &database.fetch-null; http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml?r1=1.18&r2=1.19&diff_format=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.18 phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.19 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.18 Sun Jan 28 04:25:57 2007 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml Sun Mar 25 10:51:56 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <refentry id="function.mysqli-fetch-row"> <refnamediv> <refname>mysqli_fetch_row</refname> @@ -42,7 +42,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - <function>mysqli_fetch_row</function> returns an array that corresponds to the fetched row + <function>mysqli_fetch_row</function> returns an array of strnigs that corresponds to the fetched row or &null; if there are no more rows in result set. </para> &database.fetch-null;