PHPDaemon\Network\Server::detachBound PHP Méthode

detachBound() public méthode

Detach Generic
public detachBound ( Generic $bound ) : void
$bound PHPDaemon\BoundSocket\Generic Generic
Résultat void
    public function detachBound(\PHPDaemon\BoundSocket\Generic $bound)
    {
        $this->bound->detach($bound);
    }