PHP.nl

curl_multi_add_handle

curl_multi_add_handle

Add a normal cURL handle to a cURL multi handle

int **curl_multi_add_handle** CurlMultiHandle $multi_handle CurlHandle $handle

Adds the handle to the multi handle

handle``multi_handle

Returns 0 on success, or one of the errors code. CURLM_*

curl_multi_remove_handle``curl_multi_init``curl_init