dbase_add_record

(PHP 5 < 5.3.0, dbase 5, dbase 7)

dbase_add_recordAggiunge un record ad un database dBase

Descrizione

dbase_add_record(int $dbase_identifier, array $record): bool

Aggiunge i dati nel record al database. Se il numero di items nel record non è uguale al numero di campi nel database, l'operazione fallirà e sarà restituito false.

add a note add a note

User Contributed Notes 1 note

up
3
heinrich at c-tera dot de
21 years ago
Field type incompatible inputs can cause PHP to crash or strange errors to occur. After finding that out it was easy to fill also "big" dbase-files with size bigger than 15 MB. Don't let your enthusiasm be broken by inexact error messages! :-)
To Top