summaryrefslogtreecommitdiff
path: root/ext/spl/examples/dba_array.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/examples/dba_array.php')
-rwxr-xr-xext/spl/examples/dba_array.php14
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) {