Method Gdbm.DB()->_m_delete()
- Method _m_delete
string(8bit) m_delete(Gdbm.DB from, string(8bit) key)
- Description
Provides overloading of the m_delete function.
Will return the value the key had before it was removed, if any
If the key exists but deletion fails (usually due to a read only database) this function will throw an error.