From 9cdce6429ddcc7b7fb4633192ab6ec4c270bdc6f Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Fri, 19 Nov 2004 16:21:42 +0000 Subject: [PATCH] note that magic_quotes_gpc affects this git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173028 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/parse-str.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/parse-str.xml b/reference/strings/functions/parse-str.xml index 7370b99b93..e54e7ee6be 100644 --- a/reference/strings/functions/parse-str.xml +++ b/reference/strings/functions/parse-str.xml @@ -1,5 +1,5 @@ - + @@ -32,6 +32,14 @@ variables from outside of PHP. + + + The magic_quotes_gpc setting + affects the output of this function, as parse_str uses + the same mechanism that PHP uses to populate the $_GET, + $_POST, etc. variables. + + Using <function>parse_str</function>