Network\Connection::disconnect PHP Method

disconnect() public method

Send the signal to disconnect this socket.
public disconnect ( ) : event\Disconnect
return event\Disconnect
    public function disconnect()
    {
        return xp_emit(new SIG_Disconnect(null, $this));
    }