Tagged Questions
0
votes
2answers
212 views
php parse_ini_file oop & deep
I would like to make use of somehting like [parse_ini_file][1].
Lets say for instance I have a boot.ini file that I will load for further procedure:
;database connection settings
[database]
...
0
votes
2answers
2k views
How to read config file entries from an INI file
I can't use the Get*Profile functions because I'm using an older version of the windows CE platform SDK which doesn't have those. It doesn't have to be too general.
[section]
name = some string
I ...