Network\Connection::disconnect PHP Méthode

disconnect() public méthode

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