document recent 'F' support addition

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220927 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Antony Dovgal 2006-10-02 15:09:07 +00:00
parent aa62978193
commit 77bd29fe3e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: bundled, external -->
@ -29,7 +29,7 @@
<entry>Field</entry>
<entry>dBase Type</entry>
<entry>Format</entry>
<entry>Additional informations</entry>
<entry>Additional information</entry>
</row>
</thead>
<tbody>
@ -68,6 +68,12 @@
<literal>F</literal> or <literal>N</literal> for &false;</entry>
<entry>Stored and returned as an integer (1 or 0)</entry>
</row>
<row>
<entry><literal>F</literal></entry>
<entry>Float</entry>
<entry>A float number</entry>
<entry>Support for this type of field was added in PHP 5.2.0</entry>
</row>
</tbody>
</tgroup>
</table>