dbase_createCreates a database 説明
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.
パラメータ
戻り値
Returns a database resource if the database is successfully created,
or 変更履歴
例
例1 Creating a dBase database file
参考
|