update : 2015.11.03
php.shukuma.com검색:
|
curl_share_setopt(PHP 5 >= 5.5.0, PHP 7) curl_share_setopt — Set an option for a cURL share handle. 설명
bool curl_share_setopt
( resource
$sh
, int $option
, string $value
)Sets an option on the given cURL share handle. 인수
반환값
성공 시 예제
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 |