PHP Класс server, kirby

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
get ( mixed $key = false, mixed $default = null ) : mixed Gets a value from the _SERVER array

Описание методов

get() статический публичный Метод

Gets a value from the _SERVER array
static public get ( mixed $key = false, mixed $default = null ) : mixed
$key mixed The key to look for. Pass false or null to return the entire server array.
$default mixed Optional default value, which should be returned if no element has been found
Результат mixed