curl_share_errno

(PHP 7 >= 7.1.0)

curl_share_errnoReturn the last share curl error number

説明

curl_share_errno ( resource $sh ) : int

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 を返します.

参考