YouTip LogoYouTip

Func Curl_Copy_Handle

# PHP curl_copy_handle Function [![Image 3: PHP Calendar Reference](#) 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](#)
← Func Curl_ErrnoFunc Curl_Close β†’