public function CurlMultiInterface::reset

Reset the state and remove any attached RequestInterface objects

Parameters

bool $hard Set to true to close and reopen any open multi handles:

1 method overrides CurlMultiInterface::reset()
CurlMulti::reset in drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php
Reset the state and remove any attached RequestInterface objects

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php, line 62

Class

CurlMultiInterface
Interface for sending a pool of {

Namespace

Guzzle\Http\Curl

Code

public function reset($hard = false);