update : 2015.11.03
php.shukuma.com검색:
|
curl_share_close(PHP 5 >= 5.5.0, PHP 7) curl_share_close — Close a cURL share handle 설명
void curl_share_close
( resource
$sh
)Closes a cURL share handle and frees all resources. 인수
반환값값을 반환하지 않습니다. 예제
Example #1 curl_share_setopt() example This example will create a cURL share handle, add two cURL handles to it, and then run them with cookie data sharing.
<?php |