企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` array ( 0 => 'tp6\\public\\index.php', 1 => 'tp6\\vendor\\autoload.php', 2 => 'tp6\\vendor\\composer\\autoload_real.php', 3 => 'tp6\\vendor\\composer\\ClassLoader.php', 4 => 'tp6\\vendor\\composer\\autoload_static.php', 5 => 'tp6\\vendor\\topthink\\think-helper\\src\\helper.php', 6 => 'tp6\\vendor\\opis\\closure\\functions.php', 7 => 'tp6\\vendor\\symfony\\polyfill-mbstring\\bootstrap.php', //mbstring扩展 8 => 'tp6\\vendor\\symfony\\polyfill-php72\\bootstrap.php', //将一些php 7.2+功能移植到较低的php版本 9 => 'tp6\\vendor\\symfony\\var-dumper\\Resources\\functions\\dump.php', //提供dump()及dd()函数,原dump助手函数失效 10 => 'tp6\\vendor\\topthink\\framework\\src\\think\\App.php',//系统应用基础类 11 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Container.php', 12 => 'tp6\\vendor\\psr\\container\\src\\ContainerInterface.php', 13 => 'tp6\\app\\provider.php',//加载全局的服务提供`provider.php`文件 14 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Http.php', //`HTTP`应用类 15 => 'tp6\\app\\Request.php',//请求对象类 16 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Request.php',//请求对象基类 17 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Env.php',//操作环境变量类 18 => 'tp6\\app\\common.php',//全局公共函数类 文件 19 => 'tp6\\vendor\\topthink\\framework\\src\\helper.php',//助手类 20 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Config.php',//操作配置类 21 => 'tp6\\config\\app.php', //全局配置文件 22 => 'tp6\\vendor\\topthink\\framework\\src\\think\\facade\\Env.php', 23 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Facade.php', 24 => 'tp6\\config\\cache.php', 25 => 'tp6\\config\\console.php', 26 => 'tp6\\config\\cookie.php', 27 => 'tp6\\config\\database.php', 28 => 'tp6\\config\\filesystem.php', 29 => 'tp6\\config\\lang.php', 30 => 'tp6\\config\\log.php', 31 => 'tp6\\config\\route.php', 32 => 'tp6\\config\\session.php', 33 => 'tp6\\config\\trace.php', 34 => 'tp6\\app\\event.php', 35 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Event.php', //全局事件管理类 36 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Lang.php', //多语言管理类 37 => 'tp6\\vendor\\topthink\\framework\\src\\lang\\zh-cn.php', //核心中文语言包 38 => 'tp6\\vendor\\topthink\\framework\\src\\think\\initializer\\Error.php', //错误和异常处理 39 => 'tp6\\vendor\\topthink\\framework\\src\\think\\initializer\\RegisterService.php', //注册系统服务 40 => 'tp6\\vendor\\topthink\\framework\\src\\think\\service\\PaginatorService.php', //分页服务类 41 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Service.php', //系统服务基础类 42 => 'tp6\\vendor\\topthink\\framework\\src\\think\\service\\ValidateService.php', //验证服务类 43 => 'tp6\\vendor\\topthink\\framework\\src\\think\\service\\ModelService.php', //模型服务类 44 => 'tp6\\vendor\\topthink\\framework\\src\\think\\initializer\\BootService.php',//启动系统服务 45 => 'tp6\\vendor\\topthink\\think-orm\\src\\Paginator.php', //分页基础类 46 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Validate.php', //数据验证类 47 => 'tp6\\vendor\\topthink\\think-orm\\src\\Model.php', //mode模型类 48 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\Attribute.php', //模型数据处理 49 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\RelationShip.php', //模型关联处理 50 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\ModelEvent.php',//模型事件处理 51 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\TimeStamp.php', //自动时间戳 52 => 'tp6\\vendor\\topthink\\think-orm\\src\\model\\concern\\Conversion.php', //模型数据转换处理 53 => 'tp6\\vendor\\topthink\\think-helper\\src\\contract\\Arrayable.php', // 54 => 'tp6\\vendor\\topthink\\think-helper\\src\\contract\\Jsonable.php', 55 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Middleware.php', //中间件管理类 56 => 'tp6\\app\\middleware.php', //中间件配置文件? 57 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Route.php', //路由管理类 58 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\RuleName.php', //路由标识管理类 59 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\Domain.php', //域名路由 60 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\RuleGroup.php', //路由分组类 61 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\Rule.php', //路由规则基础类 62 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\dispatch\\Url.php', //url分发调度类 63 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\dispatch\\Controller.php', //控制器分发调度类 64 => 'tp6\\vendor\\topthink\\framework\\src\\think\\route\\Dispatch.php', //路由调度基础类 65 => 'tp6\\vendor\\topthink\\think-helper\\src\\helper\\Str.php', //字符串处理类 66 => 'tp6\\app\\admin\\controller\\Index.php', 67 => 'tp6\\app\\BaseController.php', 68 => 'tp6\\vendor\\topthink\\framework\\src\\think\\facade\\View.php', 69 => 'tp6\\vendor\\topthink\\framework\\src\\think\\View.php', //视图类 70 => 'tp6\\vendor\\topthink\\framework\\src\\think\\view\\driver\\Php.php', //PHP原生模板驱动 71 => 'tp6\\vendor\\topthink\\framework\\src\\think\\contract\\TemplateHandlerInterface.php', 72 => 'tp6\\vendor\\topthink\\think-template\\src\\template\\exception\\TemplateNotFoundException.php', 73 => 'tp6\\app\\ExceptionHandle.php', 74 => 'tp6\\vendor\\topthink\\framework\\src\\think\\exception\\Handle.php', 75 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Log.php', //日志管理类 76 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Manager.php', //驱动管理类 77 => 'tp6\\vendor\\psr\\log\\Psr\\Log\\LoggerInterface.php', //日志接口 78 => 'tp6\\vendor\\topthink\\think-helper\\src\\helper\\Arr.php', //数组处理类? 79 => 'tp6\\vendor\\topthink\\framework\\src\\think\\log\\driver\\File.php', //日志输出到文件 同目录还有个socket.php作用是将日志通过WebSocket输出到Chrome浏览器的console中 80 => 'tp6\\vendor\\topthink\\framework\\src\\think\\contract\\LogHandlerInterface.php', //日志驱动接口上面的File.php继承它 81 => 'tp6\\vendor\\topthink\\framework\\src\\think\\log\\Channel.php', //继承LoggerInterface 82 => 'tp6\\vendor\\topthink\\framework\\src\\tpl\\think_exception.tpl', //抛出错误显示的模版 83 => 'tp6\\vendor\\topthink\\framework\\src\\think\\facade\\App.php', 84 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Response.php', //响应输出基础类 85 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Cookie.php', //Cookie管理类 86 => 'tp6\\vendor\\topthink\\framework\\src\\think\\event\\LogWrite.php', //LogWrite事件类 87 => 'tp6\\vendor\\topthink\\framework\\src\\think\\Session.php', //Session管理类 ) ```