reference/curl/functions/curl-unescape.xml
b7f8c11e56ff1c57a2993e2ed7e5c5ace18637fd
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.curl-unescape" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>curl_unescape</refname>
...
...
@@ -10,9 +9,9 @@
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
-
<type>string</type><methodname>curl_unescape</methodname>
14
-
<methodparam><type>resource</type><parameter>ch</parameter></methodparam>
15
-
<methodparam><type>string</type><parameter>str</parameter></methodparam>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>curl_unescape</methodname>
13
+
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
14
+
<methodparam><type>string</type><parameter>string</parameter></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17
This function decodes the given URL encoded string.
...
...
@@ -24,7 +23,7 @@
24
23
<variablelist>
25
24
&curl.ch.description;
26
25
<varlistentry>
27
-
<term><parameter>str</parameter></term>
26
+
<term><parameter>string</parameter></term>
28
27
<listitem>
29
28
<para>
30
29
The URL encoded string to be decoded.
...
...
@@ -41,6 +40,23 @@
41
40
</para>
42
41
</refsect1>
43
42

43
+
<refsect1 role="changelog">
44
+
&reftitle.changelog;
45
+
<informaltable>
46
+
<tgroup cols="2">
47
+
<thead>
48
+
<row>
49
+
<entry>&Version;</entry>
50
+
<entry>&Description;</entry>
51
+
</row>
52
+
</thead>
53
+
<tbody>
54
+
&curl.changelog.handle-param;
55
+
</tbody>
56
+
</tgroup>
57
+
</informaltable>
58
+
</refsect1>
59
+

44
60
<refsect1 role="examples">
45
61
&reftitle.examples;
46
62
<para>
...
...
@@ -96,7 +112,6 @@ curl_close($ch);
96
112
</refsect1>
97
113

98
114
</refentry>
99
-

100
115
<!-- Keep this comment at the end of the file
101
116
Local variables:
102
117
mode: sgml
103
118