SPL-StandardPHPLibrary
Variables
dba_dump.php File Reference

Go to the source code of this file.

Variables

 $db = new DbaReader($argv[1], $argv[2])
 

Detailed Description

Program DBA dump utility.

Author
Marcus Boerger
Date
2003 - 2005

Usage: php dba_dump.php <file> <handler> [<regex>]

Show all groups in the ini file specified by <file>. The regular expression <regex> is used to filter the by setting name.

Note: configure with –enable-dba

Definition in file dba_dump.php.

Variable Documentation

$db = new DbaReader($argv[1], $argv[2])

Definition at line 32 of file dba_dump.php.