コード例 #1
0
 function __destruct()
 {
     if ($this->fp != null) {
         fclose($this->fp);
         LogUtil::$logger = null;
     }
 }