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

There are no user contributed notes for this page.
To Top