curl_init
Opis
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.
Parametry
url
If provided, the CURLOPT_URL option will be set to its value. You can manually set this using the curl_setopt() function.
Przykłady