← All docs

curl_multi_get_handles()

Returns the cURL handles currently attached to a cURL multi handle.

curl_multi_get_handles()

function curl_multi_get_handles(CurlMultiHandle $multi_handle): array

Returns the cURL handles currently attached to a cURL multi handle.

Parameters:

  • $multi_handle (CurlMultiHandle)

Returns: array

Availability

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

Internals

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