PHP.nl

curl_multi_close

curl_multi_close

Remove all cURL handles from a multi handle

void **curl_multi_close** CurlMultiHandle $multi_handle

Removes all s attached to the , as if was called for each of them. CurlHandle``CurlMultiHandle``curl_multi_remove_handle

Prior to PHP 8.0.0 this function also closed the cURL multi handle resource, making it unusable.

return.void

curl_multi_init