From 3e1db1b14912415dcabcbd27cb6e3fd810d683b2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 14 Feb 2006 09:27:43 +0000 Subject: [PATCH] See also http_build_query() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207124 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/parse-str.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/strings/functions/parse-str.xml b/reference/strings/functions/parse-str.xml index f19ce36d19..3f131cceac 100644 --- a/reference/strings/functions/parse-str.xml +++ b/reference/strings/functions/parse-str.xml @@ -1,5 +1,5 @@ - + @@ -64,6 +64,7 @@ echo $output['arr'][1]; // baz See also parse_url, pathinfo, + http_build_query, get_magic_quotes_gpc, and urldecode.