예제 #1
0
파일: CHM.php 프로젝트: philip/phd
 public function __destruct()
 {
     self::footerChm();
     fclose($this->hhpStream);
     fclose($this->hhcStream);
     fclose($this->hhkStream);
     parent::__destruct();
 }