Ejemplo n.º 1
0
 /**
  * 系统重新启动
  *
  * @return string
  */
 public static function reboot()
 {
     zotop::boot();
     application::reboot();
 }