|
curl_multi_execRun the sub-connections of the current cURL handle Description
int curl_multi_exec
( resource
$mh
, int &$still_running
)Processes each of the handles in the stack. This method can be called whether or not a handle needs to read or write data. Parameters
Return ValuesA cURL code defined in the cURL Predefined Constants.
Examples
Example #1 curl_multi_exec example This example will create two cURL handles, add them to a multi handle, and process them asynchronously.
<?php See Also
|