__construct() __construct(array $conf, string $env = null) Constructor Parameters array $conf string $env
get() get(string $key, mixed $default = null) : mixed 获取配置 Parameters string $key 形似a.b.c的key mixed $default 默认 Returns mixed
fromIniFile() fromIniFile(string $file) : object 从INI文件解析配置,支持多级继承 Parameters string $file 文件路径 Returns object