PHP8 dba_replace
(PHP 4、PHP 5、PHP 7、PHP 8)
dba_replace — 替换或插入条目
说明
dba_replace(string|array $key, string $value, resource $dba): bool
dba_replace() 替换或插入所描述的条目 with 和 into 由 指定的数据库。keyvaluedba
参数
key
要替换的条目的密钥。
value
要替换的值。
dba
数据库处理程序,由 dba_open() 或 dba_popen() 返回。
返回值
成功时返回 true, 或者在失败时返回 false。
参见
- dba_exists() - 检查密钥是否存在
- dba_delete() - 删除 key 指定的 DBA 条目
- dba_fetch() - 获取键指定的数据
- dba_insert() - 插入条目