Forum und email

dbmclose

(PHP 4)

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().

Return值

如果成功則回傳 TRUE,失敗則回傳 FALSE

參見