filter.configuration.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 111 行
HTML
111 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Runtime Configuration</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="filter.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="filter.resources.html">Resource Types</a></div> <div class="up"><a href="filter.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="filter.configuration" class="section"> <h2 class="title">Runtime Configuration</h2> <p class="simpara">The behaviour of these functions is affected by settings in <var class="filename">php.ini</var>.</p> <p class="para"> <table border="5"> <caption><b>Filter Configuration Options</b></caption> <colgroup> <thead valign="middle"> <tr valign="middle"> <th colspan="1">Name</th> <th colspan="1">Default</th> <th colspan="1">Changeable</th> <th colspan="1">Changelog</th> </tr> </thead> <tbody valign="middle" class="tbody"> <tr valign="middle"> <td colspan="1" rowspan="1" align="left">filter.default</td> <td colspan="1" rowspan="1" align="left">"unsafe_raw"</td> <td colspan="1" rowspan="1" align="left">PHP_INI_PERDIR</td> <td colspan="1" rowspan="1" align="left">PHP_INI_ALL in filter <= 0.9.4. Available since PHP 5.2.0.</td> </tr> <tr valign="middle"> <td colspan="1" rowspan="1" align="left">filter.default_flags</td> <td colspan="1" rowspan="1" align="left">NULL</td> <td colspan="1" rowspan="1" align="left">PHP_INI_PERDIR</td> <td colspan="1" rowspan="1" align="left">PHP_INI_ALL in filter <= 0.9.4. Available since PHP 5.2.0.</td> </tr> </tbody> </colgroup> </table> For further details and definitions of the PHP_INI_* constants, see the <a href="ini.html" class="xref">php.ini directives</a>.</p><p class="para">Here's a short explanation ofthe configuration directives.</p><p class="para"> <dl> <dt id="ini.filter.default"> <span class="term"> <i><tt class="parameter">filter.default</tt></i> <a href="language.types.string.html" class="type string">string</a> </span> <dd> <p class="para"> Filter all <var class="varname"><a href="reserved.variables.get.html" class="classname">$_GET</a></var>, <var class="varname"><a href="reserved.variables.post.html" class="classname">$_POST</a></var>, <var class="varname"><a href="reserved.variables.cookies.html" class="classname">$_COOKIE</a></var> and <var class="varname"><a href="reserved.variables.request.html" class="classname">$_REQUEST</a></var> data by this filter. Original data can be accessed through <a href="function.filter-input.html" class="function">filter_input()</a>. </p> <p class="para"> Accepts the name of the filter you like to use by default. See the existing filter list for the list of the filter names. </p> </dd> </dt> <dt id="ini.filter.default-flags"> <span class="term"> <i><tt class="parameter">filter.default_flags</tt></i> <a href="language.types.integer.html" class="type integer">integer</a> </span> <dd> <p class="para"> Default flags </p> </dd> </dt> </dl> </p></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="filter.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="filter.resources.html">Resource Types</a></div> <div class="up"><a href="filter.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?