Method Gdbm.DB()->`[]()
- Method `[]
string(8bit) fetch(string(8bit) key)
string(8bit) res = Gdbm.DB()[ key ]- Description
Return the data associated with the key 'key' in the database. If there was no such key in the database, zero is returned.
string(8bit) fetch(string(8bit) key)
string(8bit) res = Gdbm.DB()[ key ]
Return the data associated with the key 'key' in the database. If there was no such key in the database, zero is returned.