I don't recommend using the INI files for configuration items for your applications for a couple of reasons.
我不推荐使用INI文件作为应用程序的配置,这有两个理由。
You can parse entire PHP-style .ini files in a single command using parse_ini_file.
您可以在一条命令中使用 parse_ini_file解析整个 PHP 样式的.ini文件。
You can parse entire PHP-style .ini files in a single command using parse_ini_file.
您可以在一条命令中使用 parse_ini_file解析整个 PHP 样式的.ini文件。
应用推荐