gdbm_nextkey
This returns the next key, in hash order, in the gdbm database.
gdbm_nextkey name key
name is the name of a gdbm database previously opened with gdbm_open.
If no further keys are present or the specified key is not present, then it returns a null string.