curl_multi_close()
function curl_multi_close(CurlMultiHandle $multi_handle): void
Closes a set of cURL handles.
Parameters:
$multi_handle(CurlMultiHandle)
Returns: void
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_close.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how curl_multi_close is implemented in the compiler, see the internals page.