pajoye Fri Oct 20 18:06:13 2006 UTC
Modified files: /phpdoc/en/reference/filter ini.xml Log: - explain which values can be used in filter.default http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.7&r2=1.8&diff_format=u Index: phpdoc/en/reference/filter/ini.xml diff -u phpdoc/en/reference/filter/ini.xml:1.7 phpdoc/en/reference/filter/ini.xml:1.8 --- phpdoc/en/reference/filter/ini.xml:1.7 Fri Oct 20 15:26:17 2006 +++ phpdoc/en/reference/filter/ini.xml Fri Oct 20 18:06:13 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <section id="filter.configuration"> &reftitle.runtime; &extension.runtime; @@ -48,6 +48,10 @@ Filter all $_GET, $_POST, $_COOKIE and $_REQUEST data by this filter. Original data can be accessed through <function>filter_input</function>. </para> + <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. + </para> </listitem> </varlistentry>