curl_multi_strerror
PHP function
Edit on GitHub ✎
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
Return string describing error code
Description
curl_multi_strerror(int $error_code): string|null
Returns a text error message describing the given CURLM_* error code.
Parameters
error_codeOne of the
CURLM_*constants.
Return Values
Returns error string for valid error code, null otherwise.
See Also
curl_strerror()- cURL error codes