Kraken\Network\NetworkServerInterface::blockAddress PHP Метод

blockAddress() публичный Метод

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
Результат Kraken\Network\NetworkServerInterface
    public function blockAddress($address);