Visitor::userAgent PHP 메소드

userAgent() 공개 정적인 메소드

A more readable but longer alternative for ua()
public static userAgent ( ) : string
리턴 string
    public static function userAgent()
    {
        return static::ua();
    }