← All docs

curl_multi_remove_handle()

Removes a multi handle from a set of cURL handles.

curl_multi_remove_handle()

function curl_multi_remove_handle(CurlMultiHandle $multi_handle, mixed $handle): int

Removes a multi handle from a set of cURL handles.

Parameters:

  • $multi_handle (CurlMultiHandle)
  • $handle (mixed)

Returns: int

Availability

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

Internals

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