DBA_NEXTKEY(3) 1 DBA_NEXTKEY(3) dba_nextkey - Fetch next keySYNOPSISstring dba_nextkey (resource $handle)DESCRIPTIONdba_nextkey(3) returns the next key of the database and advances the internal key pointer.PARAMETERSo $handle - The database handler, returned by dba_open(3) or dba_popen(3).RETURN VALUESReturns the key on success or FALSE on failure.SEE ALSOdba_firstkey(3), dba_key_split(3), Example 2 in the DBA examples. PHP Documentation Group DBA_NEXTKEY(3)