コード例 #1
0
ファイル: runtime.php プロジェクト: dalinhuang/zotop
 public static function reboot()
 {
     runtime::clear();
     runtime::library();
     runtime::config();
     runtime::hook();
 }