From 8ff506d5f53a45f174acdfec7a873309b3de35a4 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 19 Feb 2003 22:12:25 +0000 Subject: [PATCH] correcting titl git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117202 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/url/functions/urlencode.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/url/functions/urlencode.xml b/reference/url/functions/urlencode.xml index 4471b10abe..e9b91457d3 100644 --- a/reference/url/functions/urlencode.xml +++ b/reference/url/functions/urlencode.xml @@ -1,5 +1,5 @@ - - +7 + @@ -49,7 +49,7 @@ echo ''; arg_separator for this. Leave it as &, but simply encode your URLs using htmlentities(urlencode($data)). - <function>urlencode/htmlentities</function> example + <function>urlencode</function> and <function>htmlentities</function> example '; @@ -60,7 +60,7 @@ echo ''; See also urldecode, htmlentities, - rawurldecode, + rawurldecode, and rawurlencode.