reference/curl/functions/curl-multi-remove-handle.xml
b7f8c11e56ff1c57a2993e2ed7e5c5ace18637fd
...
...
@@ -10,13 +10,13 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>int</type><methodname>curl_multi_remove_handle</methodname>
13
-
<methodparam><type>resource</type><parameter>mh</parameter></methodparam>
14
-
<methodparam><type>resource</type><parameter>ch</parameter></methodparam>
13
+
<methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
14
+
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
Removes a given <parameter>ch</parameter> handle from the given <parameter>mh</parameter>
18
-
handle. When the <parameter>ch</parameter> handle has been removed, it is again perfectly
19
-
legal to run <function>curl_exec</function> on this handle. Removing the <parameter>ch</parameter> handle while being
17
+
Removes a given <parameter>handle</parameter> handle from the given <parameter>multi_handle</parameter>
18
+
handle. When the <parameter>handle</parameter> handle has been removed, it is again perfectly
19
+
legal to run <function>curl_exec</function> on this handle. Removing the <parameter>handle</parameter> handle while being
20
20
used, will effectively halt the transfer in progress involving that handle.
21
21
</para>
22
22
</refsect1>
...
...
@@ -39,6 +39,24 @@
39
39
</para>
40
40
</refsect1>
41
41

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

42
60
<refsect1 role="seealso">
43
61
&reftitle.seealso;
44
62
<para>
...
...
@@ -51,7 +69,6 @@
51
69
</refsect1>
52
70

53
71
</refentry>
54
-

55
72
<!-- Keep this comment at the end of the file
56
73
Local variables:
57
74
mode: sgml
58
75