Forum und email

dbmdelete

(PHP 4)

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

Descrição

bool dbmdelete ( resource $dbm_identifier , string $key )

Deletes the value for key in the database.

Parâmetros

dbm_identifier

O identificador da conexão DBM, retornado por dbmopen().

key

The key, as a string

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas. Returns FALSE if the key didn't exist in the database.

Veja também