💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
PHP数组定义 项目中默认所有配置文件的定义格式均采用返回PHP数组的方式,格式为: ~~~ return [ // 服务器地址 'hostname' => 'localhost', // 数据库名 'database' => 'aaphp', // 数据库用户名 'username' => 'root', // 数据库密码 'password' => 'root', // 数据库连接端口 'hostport' => '', // 数据库连接参数 'params' => [], // 数据库编码默认采用utf8 'charset' => 'utf8', // 数据库表前缀 'prefix' => 'aa_', ]; ~~~ 配置参数区分大小写