You are here

public function ServerRequestInterface::getServerParams 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::getServerParams()

Retrieve server parameters.

Retrieves data related to the incoming request environment, typically derived from PHP's $_SERVER superglobal. The data IS NOT REQUIRED to originate from $_SERVER.

Return value

array

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

File

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

Class

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

Namespace

Psr\Http\Message

Code

public function getServerParams();