|
curl_closeClose a cURL session Warning
This function has been DEPRECATED as of PHP 8.5.0. Relying on this function is highly discouraged. Description
#[\Deprecated]
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
|