mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Mention length, patch by bjori (bug #36579)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208444 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e27b31c3c
commit
8e3fc9b8cd
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<refentry id="function.mysqli-fetch-field-direct">
|
||||
<refnamediv>
|
||||
<refname>mysqli_fetch_field_direct</refname>
|
||||
|
@ -71,6 +71,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 tabl definition.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>flags</entry>
|
||||
<entry>An integer representing the bit-flags for the field.</entry>
|
||||
|
|
|
@ -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>
|
||||
|
@ -68,6 +68,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>
|
||||
|
|
Loading…
Reference in a new issue