Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
Gdbm
Gdbm.gdbm

Method Gdbm.gdbm()->fetch()


Method fetch

string Gdbm.gdbm()->fetch(string key)
string Gdbm.gdbm()->`[](string 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.