是否可以直接执行
boolean Core_File::can_do_run( string $storage )
参数列表
参数 类型 描述 默认值 $storage
string
$storage
boolean
protected static function can_do_run($storage)
{
return (IS_SYSTEM_MODE || 'none' == File::sync_mode() ||count(Core::config('web_server_list.' . $storage)) <= 1) ? true : false;
}