curl_share_strerror

(PHP 7 >= 7.1.0)

curl_share_strerrorReturn string describing the given error code

说明

string curl_share_strerror ( int $errornum )

Returns a text error message describing the given error code.

参数

errornum

One of the » cURL error codes constants.

返回值

Returns error description or NULL for invalid error code.

参见

User Contributed Notes

There are no user contributed notes for this page.