mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c3f80d6e37
commit
55ff6b6136
2 changed files with 7 additions and 1 deletions
|
@ -78,6 +78,11 @@ Hello Hannes!
|
|||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
¬e.is-superglobal;
|
||||
<note>
|
||||
<para>
|
||||
The GET variables are passed through <function>urldecode</function>.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue