curl_init
Description
resource curl_init ( [string url] )Initializes a new session and return a cURL handle for use with the curl_setopt(), curl_exec(), and curl_close() functions.
Parameters
urlIf provided, the CURLOPT_URL option will be set to its value. You can manually set this using the curl_setopt() function.
Examples
