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

dba_replace

PHP function Edit on GitHub ✎

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

Replace or insert entry

Description

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

dba_replace() replaces or inserts the entry described with key and value into the database specified by dba.

Parameters

key

The key of the entry to be replaced.

value

The value to be replaced.

dba

Dba

Return Values

Success

Changelog

VersionDescription

See Also

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