← All docs

curl_share_errno()

Returns the last share curl error number.

curl_share_errno()

function curl_share_errno(CurlShareHandle $share_handle): int

Returns the last share curl error number.

Parameters:

  • $share_handle (CurlShareHandle)

Returns: int

Availability

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how curl_share_errno is implemented in the compiler, see the internals page.