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

search for in the

dbmexists> <dbmclose
Last updated: Sun, 25 Nov 2007

view this page in

dbmdelete

(PHP 4)

dbmdelete — Deletes the value for a key from a DBM database

Description

bool dbmdelete ( resource $dbm_identifier , string $key )

Deletes the value for key in the database.

Parameters

dbm_identifier

The DBM link identifier, returned by dbmopen().

key

The key, as a string

Return Values

Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία. Returns FALSE if the key didn't exist in the database.

Δείτε επίσης



add a note add a note User Contributed Notes
dbmdelete
There are no user contributed notes for this page.

dbmexists> <dbmclose
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites