vrana Thu Mar 2 12:22:50 2006 UTC
Modified files: /phpdoc/en/reference/mysqli/functions mysqli-fetch-field-direct.xml mysqli-fetch-field.xml mysqli-fetch-fields.xml Log: Mention charsetnr, patch by bjori (bug #36589) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml?r1=1.13&r2=1.14&diff_format=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml:1.13 phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml:1.14 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml:1.13 Thu Mar 2 08:33:51 2006 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml Thu Mar 2 12:22:50 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.13 $ --> +<!-- $Revision: 1.14 $ --> <refentry id="function.mysqli-fetch-field-direct"> <refnamediv> <refname>mysqli_fetch_field_direct</refname> @@ -76,6 +76,10 @@ <entry>The width of the field, as specified in the tabl definition.</entry> </row> <row> + <entry>charsetnr</entry> + <entry>The character set number for the field.</entry> + </row> + <row> <entry>flags</entry> <entry>An integer representing the bit-flags for the field.</entry> </row> http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml?r1=1.18&r2=1.19&diff_format=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.18 phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.19 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.18 Thu Mar 2 08:33:51 2006 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml Thu Mar 2 12:22:50 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <refentry id="function.mysqli-fetch-field"> <refnamediv> <refname>mysqli_fetch_field</refname> @@ -75,6 +75,10 @@ <entry>The width of the field, as specified in the table definition.</entry> </row> <row> + <entry>charsetnr</entry> + <entry>The character set number for the field.</entry> + </row> + <row> <entry>flags</entry> <entry>An integer representing the bit-flags for the field.</entry> </row> http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml?r1=1.20&r2=1.21&diff_format=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.20 phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.21 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.20 Thu Mar 2 08:33:51 2006 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml Thu Mar 2 12:22:50 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.20 $ --> +<!-- $Revision: 1.21 $ --> <refentry id="function.mysqli-fetch-fields"> <refnamediv> <refname>mysqli_fetch_fields</refname> @@ -73,6 +73,10 @@ <entry>The width of the field, as specified in the table definition.</entry> </row> <row> + <entry>charsetnr</entry> + <entry>The character set number for the field.</entry> + </row> + <row> <entry>flags</entry> <entry>An integer representing the bit-flags for the field.</entry> </row>