(PHP 3, PHP 4, PECL)
Returns TRUE if there is a value associated with the key.
key
dbm_identifier
The DBM link identifier, returned by dbmopen().
The key, as a string
如果成功则返回 TRUE,失败则返回 FALSE。