dbmclose
(PHP 4)
dbmclose — Closes a dbm database
Popis
bool dbmclose
( resource $dbm_identifier
)
Unlocks and closes the specified database.
Parametre
-
dbm_identifier
-
The DBM link identifier,
returned by dbmopen().
Vrátené hodnoty
Vracia TRUE pri úspechu alebe FALSE pri chybe.