vrana           Thu Mar  2 08:33:47 2006 UTC

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-fetch-fields.xml 
  Log:
  Mention length, patch by bjori (bug #36579)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml?r1=1.18&r2=1.19&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.18 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.19
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.18   Fri Jul 
 1 13:07:49 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml        Thu Mar 
 2 08:33:47 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
   <refentry id="function.mysqli-fetch-fields">
    <refnamediv>
     <refname>mysqli_fetch_fields</refname>
@@ -69,6 +69,10 @@
         <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>
        </row>

Reply via email to