|
dbase_createCreates a database Description
resource dbase_create(string
$path , 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 resource if the database is successfully created,
or Changelog
Examples
Example #1 Creating a dBase database file
See Also
|