Exemplo n.º 1
0
 public function OnClose($server, $fd, $from_id)
 {
     Event::Listen('OnClose', [&$server, &$fd, &$from_id]);
     $this->workerServer->OnClose($server, $fd, $from_id);
 }
Exemplo n.º 2
0
 public function OnClose($server, $fd, $from_id)
 {
     $this->workerServer->OnClose($server, $fd, $from_id);
 }