apache2checker/checkers/php-dbase.php
2025-05-05 07:38:21 +03:00

10 lines
384 B
PHP

<?php
include("baseModule.php");
$checker = new BaseModule(
"dbase",
"The dbase extension allows PHP to interact with dBASE database files, which are commonly used for managing data in flat file formats. This extension provides functions for reading, writing, and manipulating dBASE database files, which are often used in legacy systems.",
"");
$checker->printInfo();