Visitor::userAgent PHP Method

userAgent() public static method

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