← All docs

curl_share_close()

Closes a cURL share handle.

curl_share_close()

function curl_share_close(CurlShareHandle $share_handle): void

Closes a cURL share handle.

Parameters:

  • $share_handle (CurlShareHandle)

Returns: void

Availability

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

Internals

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