Visitor::banned PHP 메소드

banned() 공개 정적인 메소드

Checks if the ip of the current visitor is banned
public static banned ( ) : boolean
리턴 boolean
    public static function banned()
    {
        return in_array(static::ip(), static::$banned);
    }