Return the last share curl error number
Syntax
curl_share_errno ( resource $sh ) : int
Parameters
sh
A cURL share handle returned by curl_share_init().
Return
Returns an integer containing the last share curl error number, or FALSE on failure.
Return the last share curl error number
curl_share_errno ( resource $sh ) : int
sh
A cURL share handle returned by curl_share_init().
Returns an integer containing the last share curl error number, or FALSE on failure.