代码
<?php $config=parse_ini_file('D:/phpstudy_pro/Extensions/php/php7.3.4nts/php.ini');//解析phpstudy中的phpini配置文件 print_r($config);
效果
<?php $config=parse_ini_file('D:/phpstudy_pro/Extensions/php/php7.3.4nts/php.ini');//解析phpstudy中的phpini配置文件 print_r($config);