PHP: curl_multi_strerror - Manual (original) (raw)

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

curl_multi_strerror — Return string describing error code

Description

curl_multi_strerror(int $error_code): ?string

Returns a text error message describing the given**[CURLM_*](curl.constants.php#constant.curlm-added-already)** error code.

Parameters

error_code

One of the [CURLM_*](curl.constants.php#constant.curlm-added-already) constants.

Return Values

Returns error string for valid error code, [null](reserved.constants.php#constant.null) otherwise.

See Also

Found A Problem?

There are no user contributed notes for this page.