array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.curl-share-strerror.php', 1 => 'curl_share_strerror', 2 => 'Return string describing the given error code', ), 'up' => array ( 0 => 'ref.curl.php', 1 => 'cURL Funzioni', ), 'prev' => array ( 0 => 'function.curl-share-setopt.php', 1 => 'curl_share_setopt', ), 'next' => array ( 0 => 'function.curl-strerror.php', 1 => 'curl_strerror', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/curl/functions/curl-share-strerror.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

curl_share_strerror

(PHP 7 >= 7.1.0, PHP 8)

curl_share_strerrorReturn string describing the given error code

Descrizione

curl_share_strerror(int $error_code): ?string

Returns a text error message describing the given error code.

Elenco dei parametri

error_code

One of the » cURL error codes constants.

Valori restituiti

Returns error description or null for invalid error code.

Vedere anche: