update : 2015.11.03
php.shukuma.com검색:
|
curl_copy_handle(PHP 5, PHP 7) curl_copy_handle — Copy a cURL handle along with all of its preferences 설명
resource curl_copy_handle
( resource
$ch
)Copies a cURL handle keeping the same preferences. 반환값Returns a new cURL handle. 예제
Example #1 Copying a cURL handle
<?php |