diff options
| author | Marcus Boerger <helly@php.net> | 2004-05-10 17:26:03 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-05-10 17:26:03 +0000 |
| commit | 68c22fba723c77c7a8ea6b2d33f580aa26bf88d8 (patch) | |
| tree | 0d8782468e85bc7e1c9f50a24bd053afe4e9f8ba /ext/spl/examples/dba_array.php | |
| parent | 428e722d882699787234228270601649fddb0bbb (diff) | |
| download | php-git-68c22fba723c77c7a8ea6b2d33f580aa26bf88d8.tar.gz | |
- Documentation update
- Checkin doxygen config file
# A patched version of doxygen is needed, hopefully 1.3.8 will contain it
Diffstat (limited to 'ext/spl/examples/dba_array.php')
| -rwxr-xr-x | ext/spl/examples/dba_array.php | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/ext/spl/examples/dba_array.php b/ext/spl/examples/dba_array.php index 7d7a3816df..dfdaf8fb75 100755 --- a/ext/spl/examples/dba_array.php +++ b/ext/spl/examples/dba_array.php @@ -1,15 +1,17 @@ <?php -/** dba array utility +/** @file dba_array.php + * @brief Program DBA array utility + * @ingroup Examples + * @author Marcus Boerger + * @date 2003 - 2004 * - * Usage php dba_array.php <file> <handler> <key> [<value>] + * Usage php dba_array.php \<file\> \<handler\> \<key\> [\<value\>] * - * If <value> is specified then <key> is set to <value> in <file>. - * Else the value of <key> is printed only. + * If \<value\> is specified then \<key\> is set to \<value\> in \<file\>. + * Else the value of \<key\> is printed only. * * Note: configure with --enable-dba - * - * (c) Marcus Boerger, 2003 - 2004 */ if ($argc < 4) { |
