(PHP 3, PHP 4 >= 4.0.0)
dbmnextkey -- Retrieves the next key from a DBM databaseReturns the next key after key. By calling dbmfirstkey() followed by successive calls to dbmnextkey() it is possible to visit every key/value pair in the dbm database. For example:
Example 1. Visiting every key/value pair in a DBM database
|