PHP dba_nextkey function

Like this blog? Consider exploring one of our sponsored banner ads...

dba_nextkey

(PHP 3 >= 3.0.8, PHP 4, PHP 5)

dba_nextkey — Fetch next keyDescriptionstring dba_nextkey ( resource handle )

dba_nextkey() returns the next key of the database
and advances the internal key pointer.

Parameters

handle

The database handler, returned by dba_open() or
dba_popen().


Return Values

Returns the key on success, or FALSE on failure.

See Also

dba_firstkey()dba_key_split()Example 2 in the DBA examples



About this entry