Forum und email

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.

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


pt>