cURL 函数
PHP Manual

curl_share_errno

(PHP 7 >= 7.1.0)

curl_share_errnoReturn the last share curl error number

说明

int curl_share_errno ( resource $sh )

Return an integer containing the last share curl error number.

参数

sh

A cURL share handle returned by curl_share_init().

返回值

Returns an integer containing the last share curl error number, 或者在失败时返回 FALSE.

参见


cURL 函数
PHP Manual