curl_init

 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.