|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-11-23 00:21 UTC] jim
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 02:00:02 2026 UTC |
-- script --- $dbm_id = dbmopen("test", "r"); $key = dbmfirstkey($dbm_id); while($key) { echo "$key = ".dbmfetch($dbm_id, $key)."\n"; $key = dbmnextkey($dbm_id); } dbmclose($dbm_id); -- script --- --- modules --- mysql --- modules ---