|
dbase_createCreates a database Description
resource dbase_create
( string
$filename
, array $fields
, int $type = DBASE_TYPE_DBASE
)dbase_create creates a dBase database with the given definition. If the file already exists, it is not truncated. dbase_pack can be called to force truncation.
Parameters
Return Values
Returns a database link identifier if the database is successfully created,
or Changelog
Examples
Example #1 Creating a dBase database file
<?php See Also
|