Forum und email

dbmclose

(PHP 4)

dbmclose — Closes a dbm database

Description

bool dbmclose ( resource $dbm_identifier )

Unlocks and closes the specified database.

Parameters

dbm_identifier

The DBM link identifier, returned by dbmopen().

Return Values

成功回傳TRUE失敗回傳FALSE

參考