PHP.nl

curl_multi_remove_handle

curl_multi_remove_handle

Remove a handle from a set of cURL handles

int **curl_multi_remove_handle** CurlMultiHandle $multi_handle CurlHandle $handle

Removes a given from the given . When the has been removed, it is again perfectly legal to run on this handle. Removing the while being used, will effectively halt the transfer in progress involving that handle. handle``multi_handle``handle``curl_exec``handle

Returns 0 on success, or one of the error codes. CURLM_*

curl_init``curl_multi_init``curl_multi_add_handle