vrana Mon Mar 13 10:02:41 2006 UTC
Modified files:
/phpdoc/en/reference/filter reference.xml
Log:
experimental categorization, number_float flags
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filter/reference.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/filter/reference.xml
diff -u phpdoc/en/reference/filter/reference.xml:1.3
phpdoc/en/reference/filter/reference.xml:1.4
--- phpdoc/en/reference/filter/reference.xml:1.3 Sun Mar 12 09:19:09 2006
+++ phpdoc/en/reference/filter/reference.xml Mon Mar 13 10:02:41 2006
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Purpose: basic.vartype -->
<!-- Membership: pecl -->
+<!-- State: experimental -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<reference id="ref.filter">
<title>Filter Functions</title>
@@ -200,7 +201,11 @@
<entry><constant>FILTER_SANITIZE_NUMBER_FLOAT</constant></entry>
<entry>"number_float"</entry>
<entry></entry>
- <entry></entry>
+ <entry>
+ <constant>FILTER_FLAG_ALLOW_FRACTION</constant>,
+ <constant>FILTER_FLAG_ALLOW_THOUSAND</constant>,
+ <constant>FILTER_FLAG_ALLOW_SCIENTIFIC</constant>
+ </entry>
<entry>
Remove all characters except digits, <literal>+-</literal> and
optionally <literal>.,eE</literal>.