clarified converting behavior of FILTER_VALIDATE_(FLOAT|INT) (fixes #69226)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337683 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-08-31 23:09:47 +00:00
parent 756b6457b6
commit 27427a8ec0

View file

@ -69,7 +69,7 @@
<entry>
<constant>FILTER_FLAG_ALLOW_THOUSAND</constant>
</entry>
<entry>Validates value as float.</entry>
<entry>Validates value as float, and converts to float on success.</entry>
</row>
<row>
<entry><constant>FILTER_VALIDATE_INT</constant></entry>
@ -83,7 +83,7 @@
<constant>FILTER_FLAG_ALLOW_OCTAL</constant>,
<constant>FILTER_FLAG_ALLOW_HEX</constant>
</entry>
<entry>Validates value as integer, optionally from the specified range.</entry>
<entry>Validates value as integer, optionally from the specified range, and converts to int on success.</entry>
</row>
<row>
<entry><constant>FILTER_VALIDATE_IP</constant></entry>