Requests_Transport_cURL::__destruct()
Destructor
{} It's a method of the class: Requests_Transport_cURL{}
No Hooks.
Return
null
. Nothing.
Usage
$Requests_Transport_cURL = new Requests_Transport_cURL(); $Requests_Transport_cURL->__destruct();
Code of Requests_Transport_cURL::__destruct() Requests Transport cURL:: destruct WP 6.0
public function __destruct() { if (is_resource($this->handle)) { curl_close($this->handle); } }