Requests_Transport_cURL::__destruct()

Destructor


Description Description


Source Source

File: wp-includes/Requests/Transport/cURL.php

	public function __destruct() {
		if (is_resource($this->handle)) {
			curl_close($this->handle);
		}
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.