curl_copy_handle
curl_copy_handle
(PHP 5, PHP 7)
curl_copy_handle — Copy 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
-
ch
-
A cURL handle returned by curl_init().