读取配置文件方法parse_ini_file($filepath [,$section]) 代码: conn.php
test.ini
[mysql] servername="localhost" username="root" password="" dbname="test"
输出
1、parse_ini_file() 函数解析一个配置文件,并以数组的形式返回其中的设置。
【php】 【mysql】 【函数】 【数据库】 【配置】 【string】 …