d27d427996
PR: 70987 Submitted by: maintainer.
11 lines
438 B
Text
11 lines
438 B
Text
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/
|