Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://oit.cmc.msu.ru/php/function.dbase-add-record.html
Дата изменения: Sun Feb 3 22:36:48 2002
Дата индексирования: Mon Oct 1 22:04:26 2012
Кодировка:
dbase_add_record -- Add a record to a dBase database
Description
bool dbase_add_record ( int dbase_identifier, array record)
Adds the data in the record to the
database. If the number of items in the supplied record isn't
equal to the number of fields in the database, the operation will
fail and FALSE will be returned.