Returns if this IP address is banned.
string $ip: The IP address to check.
bool TRUE if the IP address is banned, FALSE otherwise.
public function isBanned($ip);