|
PHP5中文手册
dbase_create(PHP 4, PHP 5) dbase_create — Creates a database 说明
int dbase_create
( string $filename
, array $fields
)
dbase_create() creates a dBase database with the given definition.
参数
返回值Returns a database link identifier if the database is successfully created, or FALSE if an error occurred. 范例
Example#1 Creating a dBase database file
<?php |