PHP 클래스 server, kirby

파일 보기 프로젝트 열기: bastianallgeier/kirby 1 사용 예제들

공개 메소드들

메소드 설명
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