mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Improve documentation of supported types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340762 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f47c6393b3
commit
d76a39836e
1 changed files with 3 additions and 2 deletions
|
@ -57,14 +57,15 @@
|
|||
<entry>String</entry>
|
||||
<entry>A string</entry>
|
||||
<entry>You must declare a length. When retrieving data, the string
|
||||
will be right-padded with spaces to fit the declared length.</entry>
|
||||
will be right-padded with spaces to fit the declared length. Overlong
|
||||
strings will be silently truncated when storing data.</entry>
|
||||
</row>
|
||||
<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>Stored and returned as an integer (1 or 0)</entry>
|
||||
<entry>Returned as an integer (1 or 0)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>F</literal></entry>
|
||||
|
|
Loading…
Reference in a new issue