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:
Jakub Vrana 2006-03-12 08:53:46 +00:00
parent 2f2535bab9
commit dba6ae06ba

View file

@ -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>