Func Curl_Copy_Handle
# PHP curl_copy_handle Function
[ PHP cURL Reference](#)
(PHP 5)
**curl_copy_handle** β Copies a cURL handle and all its options
* * *
## Description
resource curl_copy_handle ( resource $ch )
Copies a cURL handle while keeping the same options.
* * *
## Parameters
**ch**
The cURL handle returned by curl_init().
* * *
## Return Value
Returns a new cURL handle.
* * *
## Example
Copy a cURL handle
* * PHP cURL Reference](#)
YouTip