jimw            Thu Dec 20 17:19:32 2001 EDT

  Modified files:              
    /phpdoc/en/functions        url.xml 
  Log:
  rawurldecode: incorporate user note, fix formatting of example output
  
Index: phpdoc/en/functions/url.xml
diff -u phpdoc/en/functions/url.xml:1.24 phpdoc/en/functions/url.xml:1.25
--- phpdoc/en/functions/url.xml:1.24    Thu Dec 20 16:27:00 2001
+++ phpdoc/en/functions/url.xml Thu Dec 20 17:19:32 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
  <reference id="ref.url">
   <title>URL Functions</title>
   <titleabbrev>URLs</titleabbrev>
@@ -102,9 +102,14 @@
      Returns a string in which the sequences with percent
      (<literal>%</literal>) signs followed by two hex digits have been
      replaced with literal characters.  For example, the string
-     <screen>foo%20bar%40baz</screen> decodes into <screen>foo
-     bar@baz</screen>.
+     <screen>foo%20bar%40baz</screen> decodes into <screen>foo bar@baz</screen>.
     </para>
+    <note>
+     <para>
+      <function>rawurldecode</function> does not decode plus symbols ('+')
+      into spaces. <function>urldecode</function> does.
+     </para>
+    </note>
     <simpara>
      See also <function>rawurlencode</function>,
      <function>urldecode</function>,


Reply via email to