curl_multi_strerror

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

curl_multi_strerrorReturn string describing error code

Description

curl_multi_strerror(int $error_code): ?string

Returns a text error message describing the given CURLM_* error code.

Parameters

error_code

One of the CURLM_* constants.

Return Values

Returns error string for valid error code, null otherwise.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top