|
curl_copy_handleCopy a cURL handle along with all of its preferences Description
resource curl_copy_handle
( resource
$ch
)Copies a cURL handle keeping the same preferences. Parameters
Return ValuesReturns a new cURL handle. Examples
Example #1 Copying a cURL handle
<?php |