19 Usage: php dba_dump.php <file> [<regex>]
21 Show all groups in the ini file specified by <file>.
22 The regular expression <regex> is used to filter the result.
29 if (!class_exists(
"KeyFilter",
false)) require_once(
"keyfilter.inc");
30 if (!class_exists(
"IniGroups",
false)) require_once(
"inigroups.inc");
37 foreach(
$it as $group) {
Class to iterate all groups within an ini file.
Regular expression filter for string iterators.