array(11) {
  ["app"] => array(61) {
    ["app_name"] => string(0) ""
    ["app_host"] => string(0) ""
    ["app_debug"] => bool(true)
    ["app_trace"] => bool(false)
    ["app_status"] => string(0) ""
    ["is_https"] => bool(false)
    ["auto_bind_module"] => bool(false)
    ["root_namespace"] => array(0) {
    }
    ["default_return_type"] => string(4) "html"
    ["default_ajax_return"] => string(4) "json"
    ["default_jsonp_handler"] => string(11) "jsonpReturn"
    ["var_jsonp_handler"] => string(8) "callback"
    ["default_timezone"] => string(13) "Asia/Shanghai"
    ["lang_switch_on"] => bool(false)
    ["default_validate"] => string(0) ""
    ["default_lang"] => string(5) "zh-cn"
    ["controller_auto_search"] => bool(false)
    ["use_action_prefix"] => bool(false)
    ["action_suffix"] => string(0) ""
    ["empty_controller"] => string(5) "Error"
    ["empty_module"] => string(0) ""
    ["default_module"] => string(5) "index"
    ["app_multi_module"] => bool(true)
    ["deny_module_list"] => array(1) {
      [0] => string(6) "common"
    }
    ["default_controller"] => string(5) "Index"
    ["default_action"] => string(5) "index"
    ["url_convert"] => bool(true)
    ["url_controller_layer"] => string(10) "controller"
    ["class_suffix"] => bool(false)
    ["controller_suffix"] => bool(false)
    ["default_filter"] => string(0) ""
    ["var_pathinfo"] => string(1) "s"
    ["pathinfo_fetch"] => array(3) {
      [0] => string(14) "ORIG_PATH_INFO"
      [1] => string(18) "REDIRECT_PATH_INFO"
      [2] => string(12) "REDIRECT_URL"
    }
    ["https_agent_name"] => string(0) ""
    ["http_agent_ip"] => string(9) "X-REAL-IP"
    ["url_html_suffix"] => string(4) "html"
    ["url_domain_root"] => string(0) ""
    ["var_method"] => string(7) "_method"
    ["var_ajax"] => string(5) "_ajax"
    ["var_pjax"] => string(5) "_pjax"
    ["request_cache"] => bool(false)
    ["request_cache_expire"] => NULL
    ["request_cache_except"] => array(0) {
    }
    ["pathinfo_depr"] => string(1) "/"
    ["url_common_param"] => bool(false)
    ["url_param_type"] => int(0)
    ["url_lazy_route"] => bool(false)
    ["url_route_must"] => bool(false)
    ["route_rule_merge"] => bool(false)
    ["route_complete_match"] => bool(false)
    ["route_annotation"] => bool(false)
    ["default_route_pattern"] => string(3) "\w+"
    ["route_check_cache"] => bool(false)
    ["route_check_cache_key"] => string(0) ""
    ["route_cache_option"] => array(0) {
    }
    ["dispatch_success_tmpl"] => string(56) "/www/wwwroot/gongzhonghao/thinkphp/tpl/dispatch_jump.tpl"
    ["dispatch_error_tmpl"] => string(56) "/www/wwwroot/gongzhonghao/thinkphp/tpl/dispatch_jump.tpl"
    ["exception_tmpl"] => string(58) "/www/wwwroot/gongzhonghao/thinkphp/tpl/think_exception.tpl"
    ["error_message"] => string(33) "页面错误!请稍后再试~"
    ["show_error_msg"] => bool(false)
    ["exception_handle"] => string(0) ""
  }
  ["template"] => array(10) {
    ["auto_rule"] => int(1)
    ["type"] => string(5) "Think"
    ["view_base"] => string(0) ""
    ["view_path"] => string(0) ""
    ["view_suffix"] => string(4) "html"
    ["view_depr"] => string(1) "/"
    ["tpl_begin"] => string(1) "{"
    ["tpl_end"] => string(1) "}"
    ["taglib_begin"] => string(1) "{"
    ["taglib_end"] => string(1) "}"
  }
  ["log"] => array(9) {
    ["type"] => string(4) "File"
    ["level"] => array(0) {
    }
    ["record_trace"] => bool(false)
    ["json"] => bool(false)
    ["path"] => string(0) ""
    ["single"] => bool(false)
    ["apart_level"] => array(0) {
    }
    ["max_files"] => int(0)
    ["close"] => bool(false)
  }
  ["trace"] => array(2) {
    ["type"] => string(4) "Html"
    ["file"] => string(53) "/www/wwwroot/gongzhonghao/thinkphp/tpl/page_trace.tpl"
  }
  ["cache"] => array(5) {
    ["type"] => string(7) "complex"
    ["prefix"] => string(0) ""
    ["expire"] => int(0)
    ["default"] => array(2) {
      ["type"] => string(4) "file"
      ["path"] => string(16) "../runtime/cache"
    }
    ["redis"] => array(4) {
      ["type"] => string(5) "redis"
      ["host"] => string(9) "127.0.0.1"
      ["expire"] => int(0)
      ["prefix"] => string(5) "think"
    }
  }
  ["session"] => array(7) {
    ["id"] => string(0) ""
    ["var_session_id"] => string(0) ""
    ["prefix"] => string(5) "think"
    ["type"] => string(0) ""
    ["auto_start"] => bool(true)
    ["httponly"] => bool(true)
    ["secure"] => bool(false)
  }
  ["cookie"] => array(7) {
    ["prefix"] => string(0) ""
    ["expire"] => int(0)
    ["path"] => string(1) "/"
    ["domain"] => string(0) ""
    ["secure"] => bool(false)
    ["httponly"] => string(0) ""
    ["setcookie"] => bool(true)
  }
  ["database"] => array(25) {
    ["type"] => string(5) "mysql"
    ["dsn"] => string(0) ""
    ["hostname"] => string(9) "127.0.0.1"
    ["database"] => string(0) ""
    ["username"] => string(4) "root"
    ["password"] => string(0) ""
    ["hostport"] => string(0) ""
    ["params"] => array(0) {
    }
    ["charset"] => string(4) "utf8"
    ["prefix"] => string(0) ""
    ["debug"] => bool(true)
    ["deploy"] => int(0)
    ["rw_separate"] => bool(false)
    ["master_num"] => int(1)
    ["slave_no"] => string(0) ""
    ["fields_strict"] => bool(true)
    ["resultset_type"] => string(5) "array"
    ["auto_timestamp"] => bool(false)
    ["datetime_format"] => string(11) "Y-m-d H:i:s"
    ["sql_explain"] => bool(false)
    ["query"] => string(15) "\think\db\Query"
    ["read_master"] => bool(false)
    ["builder"] => string(0) ""
    ["break_reconnect"] => bool(false)
    ["break_match_str"] => array(0) {
    }
  }
  ["paginate"] => array(3) {
    ["type"] => string(9) "bootstrap"
    ["var_page"] => string(4) "page"
    ["list_rows"] => int(15)
  }
  ["console"] => array(4) {
    ["name"] => string(13) "Think Console"
    ["version"] => string(3) "0.1"
    ["user"] => NULL
    ["auto_path"] => string(46) "/www/wwwroot/gongzhonghao/application/command/"
  }
  ["middleware"] => array(1) {
    ["default_namespace"] => string(20) "app\http\middleware\"
  }
}