curl_strerror » « curl_share_setopt PHP 手册 函数参考 其它服务 cURL cURL 函数 curl_share_strerror (PHP 7 >= 7.1.0, PHP 8)curl_share_strerror — 返回错误号对应的错误消息 说明 curl_share_strerror(int $errornum): string 返回错误号对应的错误消息。 参数 errornum » cURL error codes 常量。 返回值 返回错误消息。如果传入了无效的错误号,返回 null。 参见 curl_share_errno() - 返回共享 curl 句柄的最后一次错误号 curl_strerror() - 返回错误代码的字符串描述 add a note User Contributed Notes There are no user contributed notes for this page. 备份地址:http://www.lvesu.com/blog/php/function.curl-share-strerror.php