pajoye Thu Jun 14 08:03:47 2007 UTC
Modified files:
/phpdoc/en/reference/filter reference.xml
Log:
- #41681, missing option and constant for FILTER_VALIDATE_FLOAT
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/reference.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/filter/reference.xml
diff -u phpdoc/en/reference/filter/reference.xml:1.8
phpdoc/en/reference/filter/reference.xml:1.9
--- phpdoc/en/reference/filter/reference.xml:1.8 Sun May 6 00:36:44 2007
+++ phpdoc/en/reference/filter/reference.xml Thu Jun 14 08:03:47 2007
@@ -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>