Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

curl_share_strerror

Description

The curl_share_strerror of cURL for PHP return string describing the given error code.

Syntax

curl_share_strerror ( int $errornum ) : string

Parameters

errornum

One of the cURL error codes constants.

Return

Returns error description or NULL for invalid error code.

HomeMenu