|
PHP5中文手册
curl_copy_handle(PHP 5) 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 |