예제 #1
0
파일: gz.php 프로젝트: phone1246/mikrotik
 public static function obClearn()
 {
     if (!self::$isOBHeader) {
         return;
     }
     self::$isOBHeader = true;
     ob_clean();
 }