update : 2015.11.03
php.shukuma.com검색:
|
curl_share_init(PHP 5 >= 5.5.0, PHP 7) curl_share_init — Initialize a cURL share handle 설명
resource curl_share_init
( void
)
Allows to share data between cURL handles. 인수이 함수는 인수가 없습니다. 반환값Returns resource of type "cURL Share Handle". 예제
Example #1 curl_share_init() example This example will create a cURL share handle, add two cURL handles to it, and then run them with cookie data sharing.
<?php 참고
|