예제 #1
0
 public function closeClient(IRCClient $client)
 {
     socket_shutdown($client->getSocket());
     socket_close($client->getSocket());
     unset($this->clients[array_search($client, $this->clients)]);
 }
예제 #2
0
 public function __destruct()
 {
     parent::__destruct();
 }