reference/curl/functions/curl-close.xml
52dc204a77076e1404257cf39f179882b90b5780
...
...
@@ -10,11 +10,12 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>void</type><methodname>curl_close</methodname>
13
-
<methodparam><type>resource</type><parameter>ch</parameter></methodparam>
13
+
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
14
14
</methodsynopsis>
15
+
&note.resource-migration-8.0-dead-function;
15
16
<para>
16
17
Closes a cURL session and frees all resources. The cURL handle,
17
-
<parameter>ch</parameter>, is also deleted.
18
+
<parameter>handle</parameter>, is also deleted.
18
19
</para>
19
20
</refsect1>
20
21

...
...
@@ -34,6 +35,23 @@
34
35
</para>
35
36
</refsect1>
36
37

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

37
55
<refsect1 role="examples">
38
56
&reftitle.examples;
39
57
<para>
...
...
@@ -71,7 +89,6 @@ curl_close($ch);
71
89
</para>
72
90
</refsect1>
73
91
</refentry>
74
-

75
92
<!-- Keep this comment at the end of the file
76
93
Local variables:
77
94
mode: sgml
78
95