check input
This commit is contained in:
parent
3bc2b21c89
commit
f5114399cb
@ -5,7 +5,7 @@ include("utils.php");
|
|||||||
$checker = new BaseModule(
|
$checker = new BaseModule(
|
||||||
"dbase",
|
"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.",
|
"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.",
|
||||||
"");
|
"Checks if a dBASE database file exists. If not, it creates a new one with a predefined structure" );
|
||||||
$checker->printInfo();
|
$checker->printInfo();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user