Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : Database (dbm-style) Abstraction Layer Functions : dba_delete

dba_delete

Delete DBA entry specified by key (PHP 4, PHP 5)
bool dba_delete ( string key, resource handle )


Code Examples / Notes » dba_delete

swain

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.

Change Language


Follow Navioo On Twitter
dba_close
dba_delete
dba_exists
dba_fetch
dba_firstkey
dba_handlers
dba_insert
dba_key_split
dba_list
dba_nextkey
dba_open
dba_optimize
dba_popen
dba_replace
dba_sync
eXTReMe Tracker