reference/curl/functions/curl-reset.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-reset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>curl_reset</refname>
...
...
@@ -11,7 +10,7 @@
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
12
<type>void</type><methodname>curl_reset</methodname>
14
-
<methodparam><type>resource</type><parameter>ch</parameter></methodparam>
13
+
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
This function re-initializes all options set on the given cURL handle to the default values.
...
...
@@ -33,6 +32,23 @@
33
32
</para>
34
33
</refsect1>
35
34

35
+
<refsect1 role="changelog">
36
+
&reftitle.changelog;
37
+
<informaltable>
38
+
<tgroup cols="2">
39
+
<thead>
40
+
<row>
41
+
<entry>&Version;</entry>
42
+
<entry>&Description;</entry>
43
+
</row>
44
+
</thead>
45
+
<tbody>
46
+
&curl.changelog.handle-param;
47
+
</tbody>
48
+
</tgroup>
49
+
</informaltable>
50
+
</refsect1>
51
+

36
52
<refsect1 role="examples">
37
53
&reftitle.examples;
38
54
<para>
...
...
@@ -82,7 +98,6 @@ curl_close($ch);
82
98
</refsect1>
83
99

84
100
</refentry>
85
-

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