Method Gdbm.DB()->delete()

class Gdbm.DB

Method delete

bool delete(string key)

Description

Remove a key from the database. Returns 1 if successful, otherwise 0, e.g. when the item is not present or the database is read only.