php man page for dba_replace

Query: dba_replace

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBA_REPLACE(3)								 1							    DBA_REPLACE(3)

dba_replace - Replace or insert entry

SYNOPSIS
bool dba_replace (string $key, string $value, resource $handle)
DESCRIPTION
dba_replace(3) replaces or inserts the entry described with $key and $value into the database specified by $handle.
PARAMETERS
o $key - The key of the entry to be replaced. o $value - The value to be replaced. o $handle - The database handler, returned by dba_open(3) or dba_popen(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
dba_exists(3), dba_delete(3), dba_fetch(3), dba_insert(3). PHP Documentation Group DBA_REPLACE(3)
Related Man Pages
openssl_public_encrypt(3) - php
readdir(3) - php
pg_lo_truncate(3) - php
wincache_ucache_dec(3) - php
wincache_ucache_inc(3) - php
Similar Topics in the Unix Linux Community
Ubuntu Security Notice USN-862-1