Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CurlFactoryInterface.php

function CurlFactoryInterface::release

Release an easy handle, allowing it to be reused or closed.

This function must call unset on the easy handle's "handle" property.

1 method overrides CurlFactoryInterface::release()
CurlFactory::release in vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
Release an easy handle, allowing it to be reused or closed.

File

vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php, line 24

Class

CurlFactoryInterface

Namespace

GuzzleHttp\Handler

Code

public function release(EasyHandle $easy) : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal