update : 2015.11.03
php.shukuma.com

검색:
 
 
Fetch next key

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를 반환합니다.

참고