From 83e11b4d45c6943b88a31d993596a46af89accdb Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 20 Oct 2006 18:06:13 +0000 Subject: [PATCH] - explain which values can be used in filter.default git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@222106 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filter/ini.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reference/filter/ini.xml b/reference/filter/ini.xml index f4c395e3d3..9dfe11e671 100644 --- a/reference/filter/ini.xml +++ b/reference/filter/ini.xml @@ -1,5 +1,5 @@ - +
&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 filter_input. + + Accepts the name of the filter you like to use by default. See the + existing filter list for the list of the filter names. +