mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document full_special_chars filter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312876 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7ee01a578e
commit
93ffa39c13
1 changed files with 15 additions and 0 deletions
|
@ -203,6 +203,21 @@
|
|||
characters.
|
||||
</entry>
|
||||
</row>
|
||||
<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>
|
||||
<entry>
|
||||
Equivalent to calling htmlspecialchars with ENT_QUOTES set. Encoding quotes can
|
||||
be disabled by setting FILTER_FLAG_NO_ENCODE_QUOTES. Like htmlspecialchars(), this
|
||||
filter is aware of the default_charset and if a sequence of bytes is detected that
|
||||
makes up an invalid character in the current character set then the entire string is
|
||||
rejected resulting in a 0-length string.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>FILTER_SANITIZE_STRING</constant></entry>
|
||||
<entry>"string"</entry>
|
||||
|
|
Loading…
Reference in a new issue