コード例 #1
0
ファイル: SwooleProxy.php プロジェクト: szyhf/DIServer
 public function OnClose($server, $fd, $from_id)
 {
     Event::Listen('OnClose', [&$server, &$fd, &$from_id]);
     $this->workerServer->OnClose($server, $fd, $from_id);
 }
コード例 #2
0
ファイル: SwooleProxy.php プロジェクト: xingcuntian/DIServer
 public function OnClose($server, $fd, $from_id)
 {
     $this->workerServer->OnClose($server, $fd, $from_id);
 }