PHPDaemon\Clients\XMPP\Connection::onRead PHP Méthode

onRead() public méthode

Called when new data received
public onRead ( ) : void
Résultat void
    public function onRead()
    {
        Timer::setTimeout($this->keepaliveTimer);
        if (isset($this->xml)) {
            $this->xml->feed($this->readUnlimited());
        }
    }