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

Return值

如果成功則回傳 TRUE,失敗則回傳 FALSE。 Returns FALSE if the key didn't exist in the database.

參見