PHP » GoLang |
login |
register |
about
|
GoLang curl_multi_exec
request it (442)
GoLang replacement for PHP's curl_multi_exec
[edit | history]
curl_multi_exec(PHP 5, PHP 7) curl_multi_exec — Run 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
|
more
Recently updated
more
Most requested
more
Last requests
|