curl_multi_add_handle

Example

 int curl_multi_add_handle ( resource $mh , resource $ch ) 

Description

Adds the ch handle to the multi handle mh

Return Values

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