Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16761 программист и 1774 робота. Сейчас ищут 2060 программистов ...
dba_nextkey - Fetch next key
Вернуться к: DBA Функции
dba_nextkey
(PHP 4, PHP 5, PHP 7)
dba_nextkey — Fetch next key
Описание
string dba_nextkey
( resource
$handle
)dba_nextkey() returns the next key of the database and advances the internal key pointer.
Возвращаемые значения
Returns the key on success или FALSE
в случае возникновения ошибки.
Смотрите также
- dba_firstkey() - Fetch first key
- dba_key_split() - Splits a key in string representation into array representation
- Example 2 in the DBA examples
Вернуться к: DBA Функции