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 — Löscht den zum angegebenen Schlüssel gehörigen DBA-Eintrag
dba_delete() löscht den angegebenen Eintrag aus der Datenbank.
key
Der Schlüssel des zu löschenden Eintrags.
dba
Die Datenbank-Verbindungskennung, die von dba_open() oder dba_popen() zurückgegeben wurde.
Gibt bei Erfolg true
zurück. Bei einem Fehler wird false
zurückgegeben.
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.