update : 2015.11.03
php.shukuma.com검색:
|
curl_multi_close(PHP 5, PHP 7) curl_multi_close — Close a set of cURL handles 설명
void curl_multi_close
( resource
$mh
)Closes a set of cURL handles. 반환값값을 반환하지 않습니다. 예제
Example #1 curl_multi_close() example This example will create two cURL handles, add them to a multi handle, and process them asynchronously.
<?php |