| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
Replaces the given record in the database with the given data.
dbase_identifierThe database link identifier, returned by dbase_open() or dbase_create().
recordAn indexed array of data. The number of items must be equal to the number of fields in the database, otherwise dbase_add_record() will fail.
Poznámka: If you're using dbase_get_record() return value for this parameter, remember to reset the key named deleted.
record_numberAn integer which spans from 1 to the number of records in the database (as returned by dbase_numrecords()).
| Předcházející | Domů | Další |
| dbase_pack | Nahoru | DBM Funkce [zastaralé] |