dbplus_update
(4.1.0 - 4.2.3 only, PECL)
dbplus_update -- Update specified tuple in relation
Descrição
int
dbplus_update ( resource relation, array old, array new )
dbplus_update() replaces the old
tuple with the data from the new
one, only if the
old
completely matches a tuple within
relation
.
Parâmetros
relation
A relation opened by dbplus_open().
old
The old tuple.
new
The new tuple.
Notas
Atenção |
Esta função é
EXPERIMENTAL. Isso quer dizer que o comportamento desta função
e seu nome, incluindo TUDO o que está documentado aqui
pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO.
Esteja avisado, e use esta função por sua própria conta e risco. |