reference/curl/functions/curl-multi-select.xml
b7f8c11e56ff1c57a2993e2ed7e5c5ace18637fd
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>int</type><methodname>curl_multi_select</methodname>
13
-
<methodparam><type>resource</type><parameter>mh</parameter></methodparam>
13
+
<methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
14
14
<methodparam choice="opt"><type>float</type><parameter>timeout</parameter><initializer>1.0</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -46,6 +46,23 @@
46
46
</para>
47
47
</refsect1>
48
48

49
+
<refsect1 role="changelog">
50
+
&reftitle.changelog;
51
+
<informaltable>
52
+
<tgroup cols="2">
53
+
<thead>
54
+
<row>
55
+
<entry>&Version;</entry>
56
+
<entry>&Description;</entry>
57
+
</row>
58
+
</thead>
59
+
<tbody>
60
+
&curl.changelog.multi-handle-param;
61
+
</tbody>
62
+
</tgroup>
63
+
</informaltable>
64
+
</refsect1>
65
+

49
66
<refsect1 role="seealso">
50
67
&reftitle.seealso;
51
68
<para>
...
...
@@ -56,7 +73,6 @@
56
73
</refsect1>
57
74

58
75
</refentry>
59
-

60
76
<!-- Keep this comment at the end of the file
61
77
Local variables:
62
78
mode: sgml
63
79