Pike v8.1 release 6

Method Gdbm.DB()->fetch()


Method fetch

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.