Method Gdbm.DB()->close()


Method close

void close()

Description

Closes the database. The object is no longer usable after this function has been called.

This is also done automatically when the object is destructed for any reason (running out of references or explicit destruct, as an example)