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