You are here

public function ServerRequestInterface::getCookieParams in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/http-message/src/ServerRequestInterface.php \Psr\Http\Message\ServerRequestInterface::getCookieParams()

Retrieve cookies.

Retrieves cookies sent by the client to the server.

The data MUST be compatible with the structure of the $_COOKIE superglobal.

Return value

array

2 methods override ServerRequestInterface::getCookieParams()
ServerRequest::getCookieParams in vendor/zendframework/zend-diactoros/src/ServerRequest.php
Retrieve cookies.
ServerRequest::getCookieParams in vendor/symfony/psr-http-message-bridge/Tests/Fixtures/ServerRequest.php
Retrieve cookies.

File

vendor/psr/http-message/src/ServerRequestInterface.php, line 66

Class

ServerRequestInterface
Representation of an incoming, server-side HTTP request.

Namespace

Psr\Http\Message

Code

public function getCookieParams();