예제 #1
0
파일: Bot.php 프로젝트: alefeuvre/bot2hook
 public function closeClient()
 {
     if (!empty($this->client)) {
         $this->client->close();
         $this->client = null;
         $this->client_incremental = 1;
     }
 }