Visitor::banned PHP Méthode

banned() public static méthode

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