Func Curl_Multi_Strerror
# PHP curl_multi_strerror Function
[ PHP cURL Reference](#)
(PHP 5 >= 5.5.0)
curl_multi_strerror β Returns a string text describing the error code.
* * *
## Description
string curl_multi_strerror ( int $errornum )
Returns a string text describing the CURLM error code.
* * *
## Parameters
**errornum**
One of the constants from the (http://curl.haxx.se/libcurl/c/libcurl-errors.html).
* * *
## Return Value
Returns a string text describing the error code, otherwise returns NULL.
* * *
## Example
## Example
0){// Display error message echo"ERROR!n" . curl_multi_strerror($status); }}while($status === CURLM_CALL_MULTI_PERFORM || $active); ?>
* * PHP cURL Reference](#)
YouTip