|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2000-11-23 05:36 UTC] sniper@php.net
  [2000-12-04 12:18 UTC] sniper@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Thu Oct 30 07:00:02 2025 UTC | 
The simplest way of iterating through keys in the dbm doesn't even seem to work properly in the Windows version of DBM: for ($key=dbmfirstkey($db_id); $key; $key=dbmnextkey($db_id,$key)) { $keys[]=$key; } Either the keys returned contain the wrong characters or no key is returned at all I've found the Windows DBM to be so bug-ridden it's unusable.