From b7af72ef71a4a4c5b6a93e4394bcf6fbbda6dcc2 Mon Sep 17 00:00:00 2001 From: Thomas Schoefbeck Date: Tue, 11 Feb 2003 18:58:37 +0000 Subject: [PATCH] corr. grammar git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115801 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 eff6e18fe5..fc47f74d58 100644 --- a/reference/strings/functions/parse-str.xml +++ b/reference/strings/functions/parse-str.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ Parses str as if it were the query string passed via an URL and sets variables in the current scope. If the second parameter arr is present, - variables are stored in this variable as an array elements instead. + variables are stored in this variable as array elements instead.