コード例 #1
0
ファイル: Bot.php プロジェクト: alefeuvre/bot2hook
 public function closeClient()
 {
     if (!empty($this->client)) {
         $this->client->close();
         $this->client = null;
         $this->client_incremental = 1;
     }
 }