ServerBag

ServerBag

class ServerBag extends ParameterBag

ServerBag is a container for HTTP headers from the $_SERVER variable.

Methods

__construct(array $parameters = array())

Constructor.

from ParameterBag
array all()

Returns the parameters.

from ParameterBag
array keys()

Returns the parameter keys.

from 登录查看完整内容