PHP Manual: dba_delete
dba_delete
Description
bool dba_delete ( string key, resource handle )dba_delete() deletes the specified entry from the database.
Parameters
keyThe key of the entry which is deleted.
handleThe database handler, returned by dba_open() or dba_popen().