Property | Type | Description | |
---|---|---|---|
$isLocal | string | 配置文件类型 |
Method | Description | |
---|---|---|
get ( string $key = null, string $default = null ) : mixed | 获取配置参数不区分大小写 | |
init ( ) | ||
load ( string $file, boolean $global = true ) : array | 从文件载入Config | |
set ( string | array $key, mixed $value = null ) : null | 设置配置【语言】 支持批量设置 /a.b.c方式设置 |