curl_share_errno
PHP function
Edit on GitHub ✎
(PHP 7 >= 7.1.0, PHP 8)
Return the last share curl error number
Description
curl_share_errno(CurlShareHandle $share_handle): int
Return an integer containing the last share curl error number.
Parameters
Return Values
Returns an integer containing the last share curl error number.
Changelog
| Version | Description |
|---|---|
| 8.0.0 | The function no longer returns false on failure. |