Generic configuration files. The equals, comment start and new line
characters in the parser can be customised to match your prefered
configuration format.
IniCommented
Parse standard INI files and maintain comments.
IniFile
Parse standard INI files using PHP's in built
parse_ini_file(). Does not read in comments.
PHPArray
Parse PHP Array structures. Can read from a PHP Source file or
from an in memory array.
PHPConstants
Parse a set of PHP define() from a PHP source
file.