dbmclose

(PHP 3, PHP 4, PECL)

dbmclose -- Closes a dbm database

说明

bool dbmclose ( resource dbm_identifier )

Unlocks and closes the specified database.

参数

dbm_identifier

The DBM link identifier, returned by dbmopen().

返回值

如果成功则返回 TRUE,失败则返回 FALSE

参见

dbmopen()