|
PHP5中文手册
curl_multi_exec(PHP 5) curl_multi_exec — Run the sub-connections of the current cURL handle 说明
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. 参数
返回值A cURL code defined in the cURL Predefined Constants.
范例
Example#1 curl_multi_exec() example This example will create two cURL handles, add them to a multi handle, and then run them in parallel.
<?php |