reference/url/functions/rawurlencode.xml
f9c4a68ef4f89e51e6d9b905ad3ddb6492386dd3
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>string</type><methodname>rawurlencode</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
Encodes the given string according to <link
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>str</parameter></term>
26
+
<term><parameter>string</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
The URL to be encoded.
...
...
@@ -44,43 +44,6 @@
44
44
protecting literal characters from being interpreted as special URL
45
45
delimiters, and for protecting URLs from being mangled by transmission
46
46
media with character conversions (like some email systems).
47
-
<note>
48
-
<para>
49
-
Prior to PHP 5.3.0, rawurlencode encoded tildes (<literal>~</literal>) as per
50
-
<link xlink:href="&url.rfc;1738">RFC 1738</link>.
51
-
</para>
52
-
</note>
53
-
</para>
54
-
</refsect1>
55
-
56
-
<refsect1 role="changelog">
57
-
&reftitle.changelog;
58
-
<para>
59
-
<informaltable>
60
-
<tgroup cols="2">
61
-
<thead>
62
-
<row>
63
-
<entry>&Version;</entry>
64
-
<entry>&Description;</entry>
65
-
</row>
66
-
</thead>
67
-
<tbody>
68
-
<row>
69
-
<entry>5.3.4</entry>
70
-
<entry>
71
-
Tilde characters are no longer encoded when
72
-
<function>rawurlencode</function> is used with EBCDIC strings.
73
-
</entry>
74
-
</row>
75
-
<row>
76
-
<entry>5.3.0</entry>
77
-
<entry>
78
-
Now conforms to <link xlink:href="&url.rfc;3986">RFC 3986</link>.
79
-
</entry>
80
-
</row>
81
-
</tbody>
82
-
</tgroup>
83
-
</informaltable>
84
47
</para>
85
48
</refsect1>
86
49

...
...
@@ -142,7 +105,6 @@ echo '<a href="http://example.com/department_list_script/',
142
105
</refsect1>
143
106

144
107
</refentry>
145
-

146
108
<!-- Keep this comment at the end of the file
147
109
Local variables:
148
110
mode: sgml
149
111