2017-08-22 15:07:32 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- $Revision$ -->
|
|
|
|
<refentry xml:id="function.curl-share-strerror" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>curl_share_strerror</refname>
|
|
|
|
<refpurpose>Return string describing the given error code</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description"><!-- {{{ -->
|
|
|
|
&reftitle.description;
|
2020-11-25 00:58:58 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type class="union"><type>string</type><type>null</type></type><methodname>curl_share_strerror</methodname>
|
|
|
|
<methodparam><type>int</type><parameter>error_code</parameter></methodparam>
|
2017-08-22 15:07:32 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
Returns a text error message describing the given error code.
|
|
|
|
</para>
|
|
|
|
</refsect1><!-- }}} -->
|
|
|
|
|
|
|
|
<refsect1 role="parameters"><!-- {{{ -->
|
|
|
|
&reftitle.parameters;
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2020-11-25 00:58:58 +00:00
|
|
|
<term><parameter>error_code</parameter></term>
|
2017-08-22 15:07:32 +00:00
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
One of the <link xlink:href="&url.curl.error;">cURL error codes</link> constants.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</refsect1><!-- }}} -->
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues"><!-- {{{ -->
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
Returns error description or &null; for invalid error code.
|
|
|
|
</para>
|
|
|
|
</refsect1><!-- }}} -->
|
|
|
|
|
|
|
|
<refsect1 role="seealso"><!-- {{{ -->
|
|
|
|
&reftitle.seealso;
|
|
|
|
<simplelist>
|
|
|
|
<member><function>curl_share_errno</function></member>
|
|
|
|
<member><function>curl_strerror</function></member>
|
|
|
|
</simplelist>
|
|
|
|
</refsect1><!-- }}} -->
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|