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

4
3
<refentry xml:id="function.curl-multi-errno" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>curl_multi_errno</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description"><!-- {{{ -->
11
10
&reftitle.description;
12
-
<methodsynopsis role="procedural">
11
+
<methodsynopsis>
13
12
<type>int</type><methodname>curl_multi_errno</methodname>
14
-
<methodparam><type>resource</type><parameter>mh</parameter></methodparam>
13
+
<methodparam><type>CurlMultiHandle</type><parameter>multi_handle</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Return an integer containing the last multi curl error number.
...
...
@@ -28,11 +27,33 @@
28
27
<refsect1 role="returnvalues"><!-- {{{ -->
29
28
&reftitle.returnvalues;
30
29
<para>
31
-
Return an integer containing the last multi curl error number,
32
-
&return.falseforfailure;.
30
+
Return an integer containing the last multi curl error number.
33
31
</para>
34
32
</refsect1><!-- }}} -->
35
33

34
+
<refsect1 role="changelog">
35
+
&reftitle.changelog;
36
+
<informaltable>
37
+
<tgroup cols="2">
38
+
<thead>
39
+
<row>
40
+
<entry>&Version;</entry>
41
+
<entry>&Description;</entry>
42
+
</row>
43
+
</thead>
44
+
<tbody>
45
+
<row>
46
+
<entry>8.0.0</entry>
47
+
<entry>
48
+
The function no longer returns &false; on failure.
49
+
</entry>
50
+
</row>
51
+
&curl.changelog.multi-handle-param;
52
+
</tbody>
53
+
</tgroup>
54
+
</informaltable>
55
+
</refsect1>
56
+

36
57
<refsect1 role="seealso"><!-- {{{ -->
37
58
&reftitle.seealso;
38
59
<simplelist>
...
...
@@ -41,7 +62,6 @@
41
62
</refsect1><!-- }}} -->
42
63

43
64
</refentry>
44
-

45
65
<!-- Keep this comment at the end of the file
46
66
Local variables:
47
67
mode: sgml
48
68