PHP » GoLang |
login |
register |
about
|
dbase_create(PHP 5 < 5.3.0, dbase 5, dbase 7) dbase_create — Creates 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 |
more
Recently updated
more
Most requested
more
Last requests
|