|
curl_multi_add_handleAdd a normal cURL handle to a cURL multi handle Description
int curl_multi_add_handle
( resource
$mh
, resource $ch
)
Adds the Parameters
Return Values
Returns 0 on success, or one of the Examples
Example #1 curl_multi_add_handle example This example will create two cURL handles, add them to a multi handle, and process them asynchronously.
<?php See Also
|