2003-09-08 02:34:19 +02:00
|
|
|
The Config package provides methods for configuration manipulation.
|
|
|
|
|
|
|
|
* Creates configurations from scratch
|
2004-08-26 20:39:15 +02:00
|
|
|
* Parses and outputs different formats (XML, PHP, INI, Apache...)
|
2003-09-08 02:34:19 +02:00
|
|
|
* Edits existing configurations
|
|
|
|
* Converts configurations to other formats
|
|
|
|
* Allows manipulation of sections, comments, directives...
|
|
|
|
* Parses configurations into a tree structure
|
2004-08-26 20:39:15 +02:00
|
|
|
* Provides XPath like access to directives
|
2003-09-08 02:34:19 +02:00
|
|
|
|
2004-08-26 20:39:15 +02:00
|
|
|
WWW: http://pear.php.net/package/Config/
|