|
PHP5中文手册
px_put_record(PECL paradox:1.0-1.4.1) px_put_record — Stores record into paradox database 说明
bool px_put_record
( resource $pxdoc
, array $record
[, int $recpos
] )
Stores a record into a paradox database. The record is always added at the end of the database, regardless of any free slots. Use px_insert_record() to add a new record into the first free slot found in the database. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |