diff options
Diffstat (limited to 'ext/spl/examples/ini_groups.php')
| -rwxr-xr-x | ext/spl/examples/ini_groups.php | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/ext/spl/examples/ini_groups.php b/ext/spl/examples/ini_groups.php index 81cd4012b0..c418eb0cfb 100755 --- a/ext/spl/examples/ini_groups.php +++ b/ext/spl/examples/ini_groups.php @@ -1,15 +1,17 @@ <?php -/** List groups within an ini file +/** @file ini_groups.php + * @brief Program List groups within an ini file + * @ingroup Examples + * @author Marcus Boerger + * @date 2003 - 2004 * - * Usage: php dba_dump.php <file> [<regex>] + * Usage: php dba_dump.php \<file\> [\<regex\>] * - * Show all groups in the ini file specified by <file>. - * The regular expression <regex> is used to filter the result. + * Show all groups in the ini file specified by \<file\>. + * The regular expression \<regex\> is used to filter the result. * * Note: configure with --enable-dba - * - * (c) Marcus Boerger, 2003 - 2004 */ if ($argc < 2) { |
