File tree Expand file tree Collapse file tree 1 file changed +29
-5
lines changed Expand file tree Collapse file tree 1 file changed +29
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 5e9500ddad6dbc2f1b01d7da8b53379c8b7c386c Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 3a19c46045d5c8ea96754f0448a84b6db0d1e2dc Maintainer: takagi Status: ready -->
44<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
55<!-- Credits: mumumu -->
66<appendix xml : id =" filter.constants" xmlns =" http://docbook.org/ns/docbook" >
6969 </term >
7070 <listitem >
7171 <simpara >
72- <link linkend =" reserved.variables.session" >SESSION</link > 変数
73- (まだ実装されていません)。
72+ <link linkend =" reserved.variables.session" >SESSION</link > 変数。
73+ (PHP 8.0.0 以降で削除されました。それより前のバージョンでも実装されていませんでした)
7474 </simpara >
7575 </listitem >
7676 </varlistentry >
8181 </term >
8282 <listitem >
8383 <simpara >
84- <link linkend =" reserved.variables.request" >REQUEST</link > 変数
85- (まだ実装されていません)。
84+ <link linkend =" reserved.variables.request" >REQUEST</link > 変数。
85+ (PHP 8.0.0 以降で削除されました。それより前のバージョンでも実装されていませんでした)
8686 </simpara >
8787 </listitem >
8888 </varlistentry >
324324 </simpara >
325325 </listitem >
326326 </varlistentry >
327+ <varlistentry xml : id =" constant.filter-sanitize-full-special-chars" >
328+ <term >
329+ <constant >FILTER_SANITIZE_FULL_SPECIAL_CHARS</constant >
330+ (<type >int</type >)
331+ </term >
332+ <listitem >
333+ <simpara >
334+ "full_special_chars" フィルタのID。
335+ </simpara >
336+ </listitem >
337+ </varlistentry >
327338 <varlistentry xml : id =" constant.filter-sanitize-email" >
328339 <term >
329340 <constant >FILTER_SANITIZE_EMAIL</constant >
654665 </simpara >
655666 </listitem >
656667 </varlistentry >
668+ <varlistentry xml : id =" constant.filter-flag-global-range" >
669+ <term >
670+ <constant >FILTER_FLAG_GLOBAL_RANGE</constant >
671+ (<type >int</type >)
672+ </term >
673+ <listitem >
674+ <simpara >
675+ "validate_ip" フィルタで、グローバルなアドレス(RFC 6890)
676+ のみを受け入れます。
677+ (PHP 8.2.0 以降で利用可能)
678+ </simpara >
679+ </listitem >
680+ </varlistentry >
657681 <varlistentry xml : id =" constant.filter-flag-email-unicode" >
658682 <term >
659683 <constant >FILTER_FLAG_EMAIL_UNICODE</constant >
You can’t perform that action at this time.
0 commit comments