コード例 #1
0
ファイル: Mysqltcs.php プロジェクト: thecsea/mysqltcs
 /**
  *
  */
 public function __destruct()
 {
     if (!$this->newConnection) {
         try {
             $this->mysqlConnections->removeClient($this);
         } catch (MysqlConnectionException $e) {
             //client already removed
         }
     }
 }