예제 #1
0
 public function addThreadClient(SocketCountClient $client)
 {
     $pid = $client->getPid();
     $this->writeToAll("add thread: {$pid}");
     parent::addThreadClient($client);
 }
 public function addThreadClient(Ezer_BusinessProcessClient $client)
 {
     $pid = $client->getPid();
     $this->writeToAll("add thread: {$pid}");
     parent::addThreadClient($client);
 }