dba_delete
(PHP 4, PHP 5, PHP 7, PHP 8)
dba_delete — キーが指す DBA エントリを削除する
説明
dba_delete() は、指定されたエントリを データベースから削除します。
変更履歴
バージョン | 説明 |
---|---|
8.4.0 |
dba は Dba\Connection クラスのインスタンスを期待するようになりました。
これより前のバージョンでは、 dba リソース を期待していました。
|
参考
- dba_exists() - キーが存在するかどうかを確認する
- dba_fetch() - キーが指すデータを取得する
- dba_insert() - エントリを挿入する
- dba_replace() - エントリを置換または挿入する
+add a note
User Contributed Notes 1 note
swain at panix dot com ¶
23 years ago
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.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google