curl_share_init » « curl_share_close PHP 手册 函数参考 其它服务 cURL cURL 函数 curl_share_errno (PHP 7 >= 7.1.0, PHP 8)curl_share_errno — 返回共享 curl 句柄的最后一次错误号 说明 curl_share_errno(resource $sh): int 返回一个整数,表示共享 curl 句柄的最后一次错误号 参数 sh 由 curl_share_init() 函数创建的共享 cURL 句柄。 返回值 返回一个整数,表示共享 curl 句柄的最后一次错误号, 或者在失败时返回 false。 参见 curl_errno() - 返回最后一次的错误代码 add a note User Contributed Notes There are no user contributed notes for this page. 备份地址:http://www.lvesu.com/blog/php/function.curl-share-errno.php