File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" iso-8859-1" ?>
2
- <!-- $Revision: 1.3 $ -->
2
+ <!-- $Revision: 1.4 $ -->
3
3
<!-- splitted from ./en/functions/curl.xml, last change in rev 1.21 -->
4
4
<refentry id =' function.curl-errno' >
5
5
<refnamediv >
6
6
<refname >curl_errno</refname >
7
- <refpurpose >Return an integer containing the last error number</refpurpose >
7
+ <refpurpose >Return the last error number</refpurpose >
8
8
</refnamediv >
9
9
<refsect1 >
10
10
<title >Description</title >
13
13
<methodparam ><type >resource</type ><parameter >ch</parameter ></methodparam >
14
14
</methodsynopsis >
15
15
<para >
16
- &warn.undocumented.func;
16
+ Returns the error number for the last cURL operation on the
17
+ resource <parameter >ch</parameter >, or
18
+ <literal >0</literal > (zero) if no error occurred.
17
19
</para >
20
+ <para >See also <function >curl_error</function >.</para >
18
21
</refsect1 >
19
22
</refentry >
20
23
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" iso-8859-1" ?>
2
- <!-- $Revision: 1.3 $ -->
2
+ <!-- $Revision: 1.4 $ -->
3
3
<!-- splitted from ./en/functions/curl.xml, last change in rev 1.21 -->
4
4
<refentry id =' function.curl-error' >
5
5
<refnamediv >
15
15
<methodparam ><type >resource</type ><parameter >ch</parameter ></methodparam >
16
16
</methodsynopsis >
17
17
<para >
18
- &warn.undocumented.func;
18
+ Returns a clear text error message for the last cURL operation on the
19
+ resource <parameter >ch</parameter >, or
20
+ <literal >''</literal > (the empty string) if no error occurred.
19
21
</para >
22
+ <para >See also <function >curl_errno</function >.</para >
20
23
</refsect1 >
21
24
</refentry >
22
25
You can’t perform that action at this time.
0 commit comments