mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document new support of uninitialized logical field values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340806 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dc32f2450a
commit
7ce62ed767
1 changed files with 7 additions and 3 deletions
|
@ -96,10 +96,14 @@
|
|||
<row>
|
||||
<entry><literal>L</literal></entry>
|
||||
<entry>Boolean</entry>
|
||||
<entry><literal>T</literal> or <literal>Y</literal> for &true;,
|
||||
<literal>F</literal> or <literal>N</literal> for &false;</entry>
|
||||
<entry>
|
||||
As of dbase 7.0.0, returned as a <type>bool</type> (&true; or &false;).
|
||||
<literal>T</literal> or <literal>Y</literal> for &true;,
|
||||
<literal>F</literal> or <literal>N</literal> for &false;,
|
||||
<literal>?</literal> for uninitialized.
|
||||
</entry>
|
||||
<entry>
|
||||
As of dbase 7.0.0, returned as a <type>bool</type> (&true; or &false;),
|
||||
or &null; for uninitialized fields.
|
||||
Formerly, returned as an <type>int</type> (<literal>1</literal> or <literal>0</literal>).
|
||||
</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue