   #PHP Manual DBM Functions [deprecated] dbmclose dbmexists

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                   dbmdelete

   (PHP 3, 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.

   Returns FALSE if the key didn't exist in the database.
   ______________________________________________________________________

   Prev     Home      Next
   dbmclose  Up  dbmexists
