Server::get()
Gets a value from the _SERVER array
Server::get(mixed $key = null, mixed $default = null): mixed
Parameters
Name | Type | Default | Description |
---|---|---|---|
$key |
mixed |
null |
The key to look for. Pass false or null to |
$default |
mixed |
null |
Optional default value, which should be |
Return type
mixed