DBM
PHP Manual

dbmdelete

(PHP 4)

dbmdelete — Deletes the value for a key from a DBM database

Опи�ание

bool dbmdelete ( resource $dbm_identifier , string $key )

Deletes the value for key in the database.

Спи�ок параметров

dbm_identifier

The DBM link identifier, returned by dbmopen().

key

The key, as a string

Возвращаемые значени�

Возвращает TRUE в �лучае у�пешного завершени� или FALSE в �лучае возникновени� ошибки. Returns FALSE if the key didn't exist in the database.

Смотрите также


DBM
PHP Manual