Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Gdbm
Gdbm.gdbm

Method Gdbm.gdbm()->delete()


Method delete

int(0..1) 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.