update : 2015.11.03
php.shukuma.com검색:
|
dbase_create(PHP 4, PHP 5, PHP 7) 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 예제
Example #1 Creating a dBase database file
<?php |