dba_nextkey
PHP function
Edit on GitHub ✎
(PHP 4, PHP 5, PHP 7, PHP 8)
Fetch next key
Description
dba_nextkey(Dba\Connection $dba): string|false
dba_nextkey() returns the next key of the database and advances the internal key pointer.
Parameters
dbaDba
Return Values
Returns the key on successFalseforfailure.
Changelog
| Version | Description |
|---|
See Also
dba_firstkey()dba_key_split()- Example 2 in the DBA examples