|
PHP5中文手册
dbase_add_record(PHP 4, PHP 5) dbase_add_record — Adds a record to a database 说明
bool dbase_add_record
( int $dbase_identifier
, array $record
)
Adds the given data to the database. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Inserting a record in a dBase database
<?php |