mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
aa62978193
commit
77bd29fe3e
1 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue