curl_multi_strerror
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
curl_multi_strerror — Return string describing error code
Description
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.
+add a note
User Contributed Notes
There are no user contributed notes for this page.