|
PHP5中文手册
px_create_fp(PECL paradox:1.0-1.4.1) px_create_fp — Create a new paradox database 说明
bool px_create_fp
( resource $pxdoc
, resource $file
, array $fielddesc
)
Create a new paradox database file. The actual file has to be opened before with fopen(). Make sure the file is writable.
参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Creating a Paradox database with two fields
<?php |