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.
Return string describing the given error code
curl_share_strerror ( int $errornum ) : string
errornum
One of the cURL error codes constants.
Returns error description or NULL for invalid error code.