|
curl_multi_add_handleAdd a normal cURL handle to a cURL multi handle Description
int curl_multi_add_handle(CurlMultiHandle
$multi_handle , CurlHandle $handle )
Adds the Parameters
Return Values
Returns 0 on success, or one of the Changelog
See Also
|