예제 #1
0
파일: zotop.php 프로젝트: dalinhuang/zotop
 /**
  * 系统重新启动
  *
  * @return string
  */
 public static function reboot()
 {
     zotop::boot();
     application::reboot();
 }