©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PHP 4, PHP 5, PHP 7)
dba_nextkey — Fetch next key
$handle
)dba_nextkey() returns the next key of the database and advances the internal key pointer.
handle
The database handler, returned by dba_open() or dba_popen() .
Returns the key on success 或者在失败时返回 FALSE
.