예제 #1
0
파일: error.php 프로젝트: hpuwang/toro_web
 /**
  * 清除错误数组
  * @static
  */
 public static function clear()
 {
     self::$arrError = array();
 }