resource curl_init ([ string $url = NULL ] )
Initializes a new session and return a cURL handle for use with the curl_setopt(), curl_exec(), and curl_close() functions.
Returns a cURL handle on success, FALSE on errors.