mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
d27d427996
PR: 70987 Submitted by: maintainer.
12 lines
438 B
Plaintext
12 lines
438 B
Plaintext
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/
|