mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
experimental categorization, number_float flags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209249 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3afeed4e6f
commit
a0be57062e
1 changed files with 7 additions and 2 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue