YouTip LogoYouTip

Func Curl_Multi_Remove_Handle

# PHP curl_multi_remove_handle Function [![Image 3: PHP Calendar Reference](#) PHP cURL Reference](#) (PHP 5) curl_multi_remove_handle β€” Remove a handle from a multi handle * * * ## Description int curl_multi_remove_handle ( resource $mh , resource $ch ) Removes the given handle ch from the multi handle mh. It is legal to call curl_exec() on the handle ch after removing it. If the specified handle is currently being used, all transfers associated with it will be terminated. * * * ## Parameters **mh** A cURL multi handle returned by curl_multi_init(). **ch** A cURL handle returned by curl_init(). * * * ## Return Value Returns a cURL handle on success, FALSE on failure. * * PHP cURL Reference](#)
← Func Curl_Multi_SelectFunc Curl_Multi_Init β†’