curl_share_errno

(PHP 7 >= 7.1.0)

curl_share_errnoReturn the last share curl error number

Descrierea

curl_share_errno ( CurlShareHandle $share_handle ) : int

Return an integer containing the last share curl error number.

Parametri

share_handle

A cURL share handle returned by curl_share_init().

Valorile întoarse

Returns an integer containing the last share curl error number, sau false în cazul eșecului.

Istoricul schimbărilor

Versiune Descriere
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.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top