Clarified URL decoding.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296092 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-03-11 22:22:50 +00:00
parent c3f80d6e37
commit 55ff6b6136
2 changed files with 7 additions and 1 deletions

View file

@ -78,6 +78,11 @@ Hello Hannes!
<refsect1 role="notes">
&reftitle.notes;
&note.is-superglobal;
<note>
<para>
The GET variables are passed through <function>urldecode</function>.
</para>
</note>
</refsect1>
<refsect1 role="seealso">

View file

@ -14,7 +14,8 @@
</methodsynopsis>
<para>
Decodes any <literal>%<replaceable>##</replaceable></literal>
encoding in the given string.
encoding in the given string. Plus symbols ('<literal>+</literal>') are
decoded to a space character.
</para>
</refsect1>