PHP - Manual: dba_nextkey
2024-11-15
(PHP 4, PHP 5, PHP 7, PHP 8)
dba_nextkey — Fetch next key
$dba
): string|falsedba_nextkey() returns the next key of the database and advances the internal key pointer.
Returns the key on success 或者在失败时返回 false
.