dbmnextkey
Parametry
dbm_identifier
Identyfikator połączenia DBM, zwrócony przez dbmopen().
key
The previous key
Przykłady
By calling dbmfirstkey() followed by successive calls to dbmnextkey() it is possible to visit every key/value pair in the dbm database. For example: