Hi,
I've been using the very convenient function parse_ini_file( ) to read
an ini file into a 2d array as follows:
$ini_array = parse_ini_file( "sample.ini ", true);
Say I modify the contents of this array and I want to write it back to
the original file. What is the best way to do this?
Thanks for any help.
I've been using the very convenient function parse_ini_file( ) to read
an ini file into a 2d array as follows:
$ini_array = parse_ini_file( "sample.ini ", true);
Say I modify the contents of this array and I want to write it back to
the original file. What is the best way to do this?
Thanks for any help.
Comment