合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
PHP数组定义 项目中默认所有配置文件的定义格式均采用返回PHP数组的方式,格式为: ~~~ return [ // 服务器地址 'hostname' => 'localhost', // 数据库名 'database' => 'aaphp', // 数据库用户名 'username' => 'root', // 数据库密码 'password' => 'root', // 数据库连接端口 'hostport' => '', // 数据库连接参数 'params' => [], // 数据库编码默认采用utf8 'charset' => 'utf8', // 数据库表前缀 'prefix' => 'aa_', ]; ~~~ 配置参数区分大小写