|
dbase_createCreates a database Description
int dbase_create
( string
$filename
, array $fields
)dbase_create creates a dBase database with the given definition.
Parameters
Return Values
Returns a database link identifier if the database is successfully created,
or Examples
Example #1 Creating a dBase database file
<?php See Also
|