reference/url/functions/rawurldecode.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id="function.rawurldecode" xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="function.rawurldecode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
<refnamediv>
5
5
<refname>rawurldecode</refname>
6
6
<refpurpose>Decode URL-encoded strings</refpurpose>
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>string</type><methodname>rawurldecode</methodname>
13
-
<methodparam><type>string</type><parameter>str</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>string</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Returns a string in which the sequences with percent
...
...
@@ -24,7 +24,7 @@
24
24
<para>
25
25
<variablelist>
26
26
<varlistentry>
27
-
<term><parameter>str</parameter></term>
27
+
<term><parameter>string</parameter></term>
28
28
<listitem>
29
29
<para>
30
30
The URL to be decoded.
...
...
@@ -77,12 +77,12 @@ echo rawurldecode('foo%20bar%40baz'); // foo bar@baz
77
77
<member><function>rawurlencode</function></member>
78
78
<member><function>urldecode</function></member>
79
79
<member><function>urlencode</function></member>
80
+
<member><link xlink:href="&url.rfc;3986">RFC 3986</link></member>
80
81
</simplelist>
81
82
</para>
82
83
</refsect1>
83
84

84
85
</refentry>
85
-

86
86
<!-- Keep this comment at the end of the file
87
87
Local variables:
88
88
mode: sgml
89
89