PHP 인터페이스 Visitor

파일 보기 프로젝트 열기: getkirby/toolkit 0 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$banned banned ips

보호된 프로퍼티들

프로퍼티 타입 설명
$acceptedLanguageCode cache for the detected language code

공개 메소드들

메소드 설명
acceptance ( string $type ) : float Returns a number between 0 and 1 that defines how "accepted" a specified MIME type is for the visitor's browser using the HTTP Accept header
acceptedLanguage ( ) : string Returns the user's accepted language
acceptedLanguageCode ( ) : string Returns the user's accepted language code
accepts ( string $type ) : boolean Returns whether a specified MIME type is accepted by the visitor's browser
banned ( ) : boolean Checks if the ip of the current visitor is banned
ip ( ) : string Returns the ip address of the current visitor
referer ( ) : string Nobody can remember if it is written with on or two r
referrer ( ) : string Returns the referrer if available
ua ( ) : string Returns the user agent string of the current visitor
userAgent ( ) : string A more readable but longer alternative for ua()

메소드 상세

acceptance() 공개 정적인 메소드

Returns a number between 0 and 1 that defines how "accepted" a specified MIME type is for the visitor's browser using the HTTP Accept header
public static acceptance ( string $type ) : float
$type string MIME type like "text/html"
리턴 float Number between 0 (not accepted) and 1 (very accepted)

acceptedLanguage() 공개 정적인 메소드

Returns the user's accepted language
public static acceptedLanguage ( ) : string
리턴 string

acceptedLanguageCode() 공개 정적인 메소드

Returns the user's accepted language code
public static acceptedLanguageCode ( ) : string
리턴 string

accepts() 공개 정적인 메소드

Returns whether a specified MIME type is accepted by the visitor's browser
public static accepts ( string $type ) : boolean
$type string MIME type like "text/html"
리턴 boolean

banned() 공개 정적인 메소드

Checks if the ip of the current visitor is banned
public static banned ( ) : boolean
리턴 boolean

ip() 공개 정적인 메소드

Returns the ip address of the current visitor
public static ip ( ) : string
리턴 string

referer() 공개 정적인 메소드

Nobody can remember if it is written with on or two r
public static referer ( ) : string
리턴 string

referrer() 공개 정적인 메소드

Returns the referrer if available
public static referrer ( ) : string
리턴 string

ua() 공개 정적인 메소드

Returns the user agent string of the current visitor
public static ua ( ) : string
리턴 string

userAgent() 공개 정적인 메소드

A more readable but longer alternative for ua()
public static userAgent ( ) : string
리턴 string

프로퍼티 상세

$acceptedLanguageCode 보호되어 있는 정적으로 프로퍼티

cache for the detected language code
protected static $acceptedLanguageCode

$banned 공개적으로 정적으로 프로퍼티

banned ips
public static $banned