← 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
- Compiled (AOT): supported through the compiler-injected curl prelude.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/curl/curl_multi_get_handles.rs).
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.