mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Changeable, typo, description of filter.default
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209170 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2f2535bab9
commit
dba6ae06ba
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="filter.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -19,13 +19,13 @@
|
|||
<row>
|
||||
<entry>filter.default</entry>
|
||||
<entry>string</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>filter.default-flags</entry>
|
||||
<entry>filter.default_flags</entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -45,7 +45,8 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Filter all GET, POST, COOKIE (and REQUEST) data by this filter.
|
||||
Filter all $_GET, $_POST, $_COOKIE and $_REQUEST data by this filter.
|
||||
Original data can be accessed through <function>input_get</function>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue