From ef0a0cf42dd5ae12cfbfb77ceb610650321c01c8 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 9 Sep 2008 07:32:33 +0000 Subject: [PATCH] Use for variables (automatically creates links to their documentations) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@266024 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/url/functions/urldecode.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reference/url/functions/urldecode.xml b/reference/url/functions/urldecode.xml index eab008d126..c06298a67e 100644 --- a/reference/url/functions/urldecode.xml +++ b/reference/url/functions/urldecode.xml @@ -1,5 +1,5 @@ - + urldecode @@ -68,9 +68,10 @@ while ($i < count($a)) { &reftitle.notes; - The superglobals $_GET and $_REQUEST are already decoded. Using - urldecode on an element in $_GET or $_REQUEST could - have unexpected and dangerous results. + The superglobals $_GET and $_REQUEST + are already decoded. Using urldecode on an element + in $_GET or $_REQUEST could have + unexpected and dangerous results.