PHP » GoLang |
login |
register |
about
|
GoLang curl_multi_init
request it (437)
GoLang replacement for PHP's curl_multi_init
[edit | history]
curl_multi_init(PHP 5, PHP 7) curl_multi_init — Returns a new cURL multi handle Description
resource curl_multi_init
( void
)
Allows the processing of multiple cURL handles asynchronously. ParametersThis function has no parameters. Return Values
Returns a cURL multi handle resource on success, Examples
Example #1 curl_multi_init() example This example will create two cURL handles, add them to a multi handle, and process them asynchronously.
<?php |
more
Recently updated
more
Most requested
more
Last requests
|