Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.dbmfirstkey.html
Дата изменения: Sun Feb 3 22:36:55 2002
Дата индексирования: Mon Oct 1 22:07:01 2012
Кодировка:
dbmfirstkey --
Retrieves the first key from a DBM database
Description
string dbmfirstkey ( int dbm_identifier)
Returns the first key in the database. Note that no particular order
is guaranteed since the database may be built using a hash-table,
which doesn't guarantee any ordering.