You are here

private static property ServerRequestFactory::$apacheRequestHeaders in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php \Zend\Diactoros\ServerRequestFactory::apacheRequestHeaders

Function to use to get apache request headers; present only to simplify mocking.

Type: callable

File

vendor/zendframework/zend-diactoros/src/ServerRequestFactory.php, line 33

Class

ServerRequestFactory
Class for marshaling a request object from the current PHP environment.

Namespace

Zend\Diactoros

Code

private static $apacheRequestHeaders = 'apache_request_headers';