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