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