Php/docs/function.curl-share-errno
From Get docs
(PHP 7 >= 7.1.0)
curl_share_errno — Return the last share curl error number
curl_share_errno
( CurlShareHandle $share_handle
) : int
Return an integer containing the last share curl error number.
Returns an integer containing the last share curl error number,
or FALSE
on failure.
Version | Description |
---|---|
8.0.0 | The function no longer returns FALSE on failure.
|
8.0.0 | share_handle expects a CurlShareHandle
instance now; previously, a resource was expected. |