// +---------------------------------------------------------------------- namespace think\config\driver; interface ConfigInterface { /** * 解析配置 * @access public * @param mixed $config 配置 * @return mixed */ public function parse($config); }