示例#1
0
 public static function params_worker($opt)
 {
     if (isset($opt["worker"])) {
         Crontab::$worker = true;
     }
 }