| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
dbase_create(PHP 5 < 5.3.0, dbase 5, dbase 7) dbase_create — Creates a database 説明
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.
パラメータ
返り値
Returns a database link identifier if the database is successfully created,
or 例
例1 Creating a dBase database file
<?php |
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「dbase_create - Creates a database」をGoogle検索
|