|
|
dbmclose (PHP 3, PHP 4, PECL) dbmclose -- Closes a dbm database Описаниеbool dbmclose ( resource dbm_identifier )
Unlocks and closes the specified database.
Список параметров
dbm_identifierThe DBM link identifier,
returned by dbmopen().
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
There are no user contributed notes for this page.
|