Extracted from Pike v8.0 release 240 as of 2016-05-30.
   

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.