curl_init

Example

 resource curl_init ([ string $url = NULL ] ) 

Description

Initializes a new session and return a cURL handle for use with the curl_setopt(), curl_exec(), and curl_close() functions.

Return Values

Returns a cURL handle on success, FALSE on errors.