Query: dba_delete
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBA_DELETE(3) 1 DBA_DELETE(3) dba_delete - Delete DBA entry specified by keySYNOPSISbool dba_delete (string $key, resource $handle)DESCRIPTIONdba_delete(3) deletes the specified entry from the database.PARAMETERSo $key - The key of the entry which is deleted. o $handle - The database handler, returned by dba_open(3) or dba_popen(3).RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOdba_exists(3), dba_fetch(3), dba_insert(3), dba_replace(3). PHP Documentation Group DBA_DELETE(3)