PHPDaemon\Network\Server::detachBound PHP Method

detachBound() public method

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