PHP » GoLang |
login |
register |
about
|
GoLang curl_multi_close
request it (399)
GoLang replacement for PHP's curl_multi_close
[edit | history]
curl_multi_close(PHP 5, PHP 7) curl_multi_close — Close a set of cURL handles Description
void curl_multi_close
( resource
$mh
)Closes a set of cURL handles. Return ValuesNo value is returned. Examples
Example #1 curl_multi_close() 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
|