reference/curl/functions/curl-errno.xml
b7f8c11e56ff1c57a2993e2ed7e5c5ace18637fd
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='function.curl-errno' xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+
<refentry xml:id="function.curl-errno" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
<refnamediv>
5
5
<refname>curl_errno</refname>
6
6
<refpurpose>Return the last error number</refpurpose>
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>int</type><methodname>curl_errno</methodname>
13
-
<methodparam><type>resource</type><parameter>ch</parameter></methodparam>
13
+
<methodparam><type>CurlHandle</type><parameter>handle</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Returns the error number for the last cURL operation.
...
...
@@ -34,6 +34,23 @@
34
34
</para>
35
35
</refsect1>
36
36

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

37
54
<refsect1 role="examples">
38
55
&reftitle.examples;
39
56
<para>
...
...
@@ -75,7 +92,6 @@ curl_close($ch);
75
92
</refsect1>
76
93

77
94
</refentry>
78
-

79
95
<!-- Keep this comment at the end of the file
80
96
Local variables:
81
97
mode: sgml
82
98