Note that the memory is lost after doing this. If you had a key 'foo' with a value of 1000 bytes, that 1000 bytes is lost, and the DB file size will reflect this.
dba_delete
(PHP 4, PHP 5)
dba_delete — キーが指す DBA エントリを削除する
説明
bool dba_delete
( string $key
, resource $handle
)
dba_delete() は、指定されたエントリを データベースから削除します。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。
dba_delete
swain at panix dot com
06-Nov-2001 11:00
06-Nov-2001 11:00
