示例#1
0
 public function limit_check($value, $type)
 {
     require_once 'Limit.php';
     return Limit::check($value, $type);
 }