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