mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- #41681, missing option and constant for FILTER_VALIDATE_FLOAT
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237617 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ba6ab08982
commit
ba026f3596
1 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- Purpose: basic.vartype -->
|
||||
<!-- Membership: pecl -->
|
||||
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
|
||||
|
@ -58,8 +58,12 @@
|
|||
<row>
|
||||
<entry><constant>FILTER_VALIDATE_FLOAT</constant></entry>
|
||||
<entry>"float"</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
<parameter>decimal</parameter>
|
||||
</entry>
|
||||
<entry>
|
||||
<constant>FILTER_FLAG_ALLOW_THOUSAND</constant>
|
||||
</entry>
|
||||
<entry>Validates value as float.</entry>
|
||||
</row>
|
||||
|
||||
|
|
Loading…
Reference in a new issue