Php/docs/function.curl-share-strerror
From Get docs
(PHP 7 >= 7.1.0)
curl_share_strerror — Return string describing the given error code
curl_share_strerror
( int $error_code
) : string|null
Returns a text error message describing the given error code.
Returns error description or NULL
for invalid error code.