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