|
curl_closeClose a cURL session Description
void curl_close(CurlHandle
$handle )
Closes a cURL session and frees all resources. The cURL handle,
Parameters
Return ValuesNo value is returned. Changelog
Examples
Example #1 Initializing a new cURL session and fetching a web page
See Also
|