public function CurlHandle::__destruct

Destructor

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlHandle.php, line 255

Class

CurlHandle
Immutable wrapper for a cURL handle

Namespace

Guzzle\Http\Curl

Code

public function __destruct() {
  $this
    ->close();
}