|
PHP5中文手册
dbmnextkey(PHP 4) dbmnextkey — 说明
string dbmnextkey
( resource $dbm_identifier
, string $key
)
Returns the next key after key . 返回值The next key if possible 范例By calling dbmfirstkey() followed by successive calls to dbmnextkey() it is possible to visit every key/value pair in the dbm database. For example: Example#1 Visiting every key/value pair in a DBM database
<?php |