php8.5
Home/ Manual/ dba / functions/ dba_delete

dba_delete

PHP function Edit on GitHub ✎

(PHP 4, PHP 5, PHP 7, PHP 8)

Delete DBA entry specified by key

Description

dba_delete(string|array $key, Dba\Connection $dba): bool

dba_delete() deletes the specified entry from the database.

Parameters

key

The key of the entry which is deleted.

dba

Dba

Return Values

Success

Changelog

VersionDescription

See Also

Source: reference/dba/functions/dba-delete.xml · from the official PHP manual (php/doc-en)