Query: dba_nextkey
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)