0 votes
in PHP by
How is it possible to parse a configuration file?

1 Answer

0 votes
by

The function parse_ini_file() enables us to load in the ini file specified in filename and returns the settings in it in an associative array.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...