downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

dba_exists> <dba_close
Last updated: Fri, 13 Nov 2009

view this page in

dba_delete

(PHP 4, PHP 5)

dba_deleteキーが指す DBA エントリを削除する

説明

bool dba_delete ( string $key , resource $handle )

dba_delete() は、指定されたエントリを データベースから削除します。

パラメータ

key

削除するエントリのキー。

handle

dba_open() あるいは dba_popen() によって返されたデータベースハンドル。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考



add a note add a note User Contributed Notes
dba_delete
swain at panix dot com
07-Nov-2001 07:00
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_exists> <dba_close
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites