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