- With the new
INIReader::InsertEntry()
andINIReader::UpdateEntry()
, it is easy to modify the content of a reader. - Introduce to new
INIWriter
, which can dump reader's content to an.ini
file.
INIReader::InsertEntry()
and INIReader::UpdateEntry()
, it is easy to modify the content of a reader.INIWriter
, which can dump reader's content to an .ini
file.