コード例 #1
0
ファイル: IRCBridge.php プロジェクト: xpyctum/ShogChat
 public function closeClient(IRCClient $client)
 {
     socket_shutdown($client->getSocket());
     socket_close($client->getSocket());
     unset($this->clients[array_search($client, $this->clients)]);
 }
コード例 #2
0
ファイル: IRCScraper.php プロジェクト: RickDB/newznab-tmux
 public function __destruct()
 {
     parent::__destruct();
 }