You are here

public property Request::$server in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/http-foundation/Request.php \Symfony\Component\HttpFoundation\Request::server
  2. 8 vendor/symfony/browser-kit/Request.php \Symfony\Component\BrowserKit\Request::server
Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-foundation/Request.php \Symfony\Component\HttpFoundation\Request::server

Server and execution environment parameters ($_SERVER).

Type: \Symfony\Component\HttpFoundation\ServerBag

File

vendor/symfony/http-foundation/Request.php, line 108

Class

Request
Request represents an HTTP request.

Namespace

Symfony\Component\HttpFoundation

Code

public $server;