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:
Christoph Michael Becker 2016-10-28 14:35:33 +00:00
parent f47c6393b3
commit d76a39836e

View file

@ -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>