dba_nextkey

(PHP 4, PHP 5, PHP 7)

dba_nextkeyFetch next key

설명

string dba_nextkey ( resource $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를 반환합니다.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top