Mention charsetnr, patch by bjori (bug #36589)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208452 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-03-02 12:22:50 +00:00
parent b61b2b67a0
commit 61154ca32c
3 changed files with 15 additions and 3 deletions

View file

@ -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>
@ -75,6 +75,10 @@
<entry>length</entry>
<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>

View file

@ -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>
@ -74,6 +74,10 @@
<entry>length</entry>
<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>

View file

@ -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>
@ -72,6 +72,10 @@
<entry>length</entry>
<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>