diff options
Diffstat (limited to 'ext/spl/examples/dbaarray.inc')
-rwxr-xr-x | ext/spl/examples/dbaarray.inc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ext/spl/examples/dbaarray.inc b/ext/spl/examples/dbaarray.inc index 51cd38fadf..1064b581e8 100755 --- a/ext/spl/examples/dbaarray.inc +++ b/ext/spl/examples/dbaarray.inc @@ -1,8 +1,17 @@ <?php +/** @file dbaarray.inc + * @ingroup Examples + * @brief class DbaArray + * @author Marcus Boerger + * @date 2003 - 2004 + * + * SPL - Standard PHP Library + */ + if (!class_exists("DbaReader")) require_once("dbareader.inc"); -/** \ingroup Examples +/** @ingroup Examples * @brief This implements a DBA Array * @author Marcus Boerger * @version 1.0 |