Kraken\Network\NetworkServerInterface::blockAddress PHP Method

blockAddress() public method

Add an address to the blacklist that will not be allowed to connect to your application.
public blockAddress ( string $address ) : Kraken\Network\NetworkServerInterface
$address string
return Kraken\Network\NetworkServerInterface
    public function blockAddress($address);