php8.5
Home/ Manual/ dba / functions/ dba_nextkey

dba_nextkey

PHP function Edit on GitHub ✎

(PHP 4, PHP 5, PHP 7, PHP 8)

Fetch next key

Description

dba_nextkey(Dba\Connection $dba): string|false

dba_nextkey() returns the next key of the database and advances the internal key pointer.

Parameters

dba

Dba

Return Values

Returns the key on successFalseforfailure.

Changelog

VersionDescription

See Also

Source: reference/dba/functions/dba-nextkey.xml · from the official PHP manual (php/doc-en)