From 773763148a8ac0f320464f7f012d73a1b75070d2 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 11 Mar 2005 21:51:03 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181898 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/parse-str.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/parse-str.xml b/reference/strings/functions/parse-str.xml index 7da184452c..f19ce36d19 100644 --- a/reference/strings/functions/parse-str.xml +++ b/reference/strings/functions/parse-str.xml @@ -1,5 +1,5 @@ - + @@ -64,7 +64,7 @@ echo $output['arr'][1]; // baz See also parse_url, pathinfo, - set_magic_quotes_gpc, and urldecode. + get_magic_quotes_gpc, and urldecode.