0c7e49b585
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 PR: ports/56362 Submitted by: Alex Miller <asm@asm.kiev.ua>
10 lines
412 B
Text
10 lines
412 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
|
|
|
|
WWW: http://pear.php.net/package-info.php?package=Config
|