public function RequestInterface::removeCookie

Remove a specific cookie value by name

Parameters

string $name Cookie to remove by name:

Return value

RequestInterface

1 method overrides RequestInterface::removeCookie()
Request::removeCookie in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Remove a specific cookie value by name

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 325

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function removeCookie($name);