dbase_replace_recordPHP ManualPrevNextdbase_replace_recorddbase_replace_record -- Replace a record in a dBase databaseDescriptionbool dbase_replace_record(int dbase_identifier, array record, int dbase_record_number);
Replaces the data associated with the record
record_number with the data in the
record in the database. If the number of
items in the supplied record is not equal to the number of fields
in the database, the operation will fail and false will be
returned.
dbase_record_number is an integer which
spans from 1 to the number of records in the database (as
returned by dbase_numrecords()).
PrevHomeNextdbase_add_recordUpdbase_delete_record
Wyszukiwarka