curl_share_strerror

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