Note that the memory is lost after doing this. If you had a key 'foo' with a value of 1000 bytes, that 1000 bytes is lost, and the DB file size will reflect this.
(PHP 4, PHP 5, PHP 7, PHP 8)
dba_delete — Efface une ligne dans une base DBA
dba_delete() efface l'entrée
spécifiée par la clé key
,
dans la base identifiée par handle
.
key
La clé de l'entrée à effacer.
dba
Le gestionnaire de la base de données, retourné par la fonction dba_open() ou la fonction dba_popen().
Cette fonction retourne true
en cas de succès ou false
si une erreur survient.
Note that the memory is lost after doing this. If you had a key 'foo' with a value of 1000 bytes, that 1000 bytes is lost, and the DB file size will reflect this.