选择语言 :

 Core_Controller_RunTime::save_runtime_config

保存runtime配置

null Core_Controller_RunTime::save_runtime_config( array $config )

参数列表

参数 类型 描述 默认值
$config array $config
File: ./core/controllers-shell/runtime.controller.php
protected function save_runtime_config($config)
{
    return File::create_file(DIR_DATA.Core::$project.DS.'config_runtime.txt', serialize($config));
}