Exemplo n.º 1
0
 public function sendData()
 {
     $this->handler->write($this->client->sendBuffer);
     $this->client->sendBuffer = null;
 }