blob: 51a68e697eacac188ed56add41c58aa77a78c8a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
The Config package provides methods for configuration manipulation.
* Creates configurations from scratch
* Parses and outputs different formats (XML, PHP, INI, Apache...)
* Edits existing configurations
* Converts configurations to other formats
* Allows manipulation of sections, comments, directives...
* Parses configurations into a tree structure
* Provides XPath like access to directives
WWW: http://pear.php.net/package/Config/
|