(PHP 7 >= 7.1.0, PHP 8)
curl_share_errno — Return the last share curl error number
Return an integer containing the last share curl error number.
share_handle
Спільний cURL-дескриптор, якого повертає curl_share_init().
Returns an integer containing the last share curl error number.
Версія | Опис |
---|---|
8.0.0 |
The function no longer returns false on failure.
|
8.0.0 |
share_handle тепер має бути примірником класу
CurlShareHandle; раніше очікувався
resource.
|