mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Remove unused column!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335982 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a3078f7bcb
commit
35b9833b75
1 changed files with 0 additions and 12 deletions
|
@ -147,7 +147,6 @@
|
|||
<row>
|
||||
<entry>ID</entry>
|
||||
<entry>Name</entry>
|
||||
<entry>Options</entry>
|
||||
<entry>Flags</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
|
@ -157,7 +156,6 @@
|
|||
<entry><constant>FILTER_SANITIZE_EMAIL</constant></entry>
|
||||
<entry>"email"</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
Remove all characters except letters, digits and
|
||||
<literal>!#$%&'*+-/=?^_`{|}~@.[]</literal>.
|
||||
|
@ -166,7 +164,6 @@
|
|||
<row>
|
||||
<entry><constant>FILTER_SANITIZE_ENCODED</constant></entry>
|
||||
<entry>"encoded"</entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
<constant>FILTER_FLAG_STRIP_LOW</constant>,
|
||||
<constant>FILTER_FLAG_STRIP_HIGH</constant>,
|
||||
|
@ -179,13 +176,11 @@
|
|||
<entry><constant>FILTER_SANITIZE_MAGIC_QUOTES</constant></entry>
|
||||
<entry>"magic_quotes"</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry>Apply <function>addslashes</function>.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>FILTER_SANITIZE_NUMBER_FLOAT</constant></entry>
|
||||
<entry>"number_float"</entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
<constant>FILTER_FLAG_ALLOW_FRACTION</constant>,
|
||||
<constant>FILTER_FLAG_ALLOW_THOUSAND</constant>,
|
||||
|
@ -200,7 +195,6 @@
|
|||
<entry><constant>FILTER_SANITIZE_NUMBER_INT</constant></entry>
|
||||
<entry>"number_int"</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
Remove all characters except digits, plus and minus sign.
|
||||
</entry>
|
||||
|
@ -208,7 +202,6 @@
|
|||
<row>
|
||||
<entry><constant>FILTER_SANITIZE_SPECIAL_CHARS</constant></entry>
|
||||
<entry>"special_chars"</entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
<constant>FILTER_FLAG_STRIP_LOW</constant>,
|
||||
<constant>FILTER_FLAG_STRIP_HIGH</constant>,
|
||||
|
@ -223,7 +216,6 @@
|
|||
<row>
|
||||
<entry><constant>FILTER_SANITIZE_FULL_SPECIAL_CHARS</constant></entry>
|
||||
<entry>"full_special_chars"</entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
<constant>FILTER_FLAG_NO_ENCODE_QUOTES</constant>,
|
||||
</entry>
|
||||
|
@ -238,7 +230,6 @@
|
|||
<row>
|
||||
<entry><constant>FILTER_SANITIZE_STRING</constant></entry>
|
||||
<entry>"string"</entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
<constant>FILTER_FLAG_NO_ENCODE_QUOTES</constant>,
|
||||
<constant>FILTER_FLAG_STRIP_LOW</constant>,
|
||||
|
@ -253,14 +244,12 @@
|
|||
<entry><constant>FILTER_SANITIZE_STRIPPED</constant></entry>
|
||||
<entry>"stripped"</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry>Alias of "string" filter.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>FILTER_SANITIZE_URL</constant></entry>
|
||||
<entry>"url"</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
Remove all characters except letters, digits and
|
||||
<literal>$-_.+!*'(),{}|\\^~[]`<>#%";/?:@&=</literal>.
|
||||
|
@ -269,7 +258,6 @@
|
|||
<row>
|
||||
<entry><constant>FILTER_UNSAFE_RAW</constant></entry>
|
||||
<entry>"unsafe_raw"</entry>
|
||||
<entry></entry>
|
||||
<entry>
|
||||
<constant>FILTER_FLAG_STRIP_LOW</constant>,
|
||||
<constant>FILTER_FLAG_STRIP_HIGH</constant>,
|
||||
|
|
Loading…
Reference in a new issue