Mention length, patch by bjori (bug #36579)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208445 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-03-02 08:33:52 +00:00
parent 8e3fc9b8cd
commit c694bdbf82
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.17 $ -->
<!-- $Revision: 1.18 $ -->
<refentry id="function.mysqli-fetch-field">
<refnamediv>
<refname>mysqli_fetch_field</refname>
@ -70,6 +70,10 @@
<entry>max_length</entry>
<entry>The maximum width of the field for the result set.</entry>
</row>
<row>
<entry>length</entry>
<entry>The width of the field, as specified in the table definition.</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.19 $ -->
<!-- $Revision: 1.20 $ -->
<refentry id="function.mysqli-fetch-fields">
<refnamediv>
<refname>mysqli_fetch_fields</refname>