(PHP 4 >= 4.0.7RC1)
dbplus_tremove -- Remove tuple and return new current tuple
Description
int dbplus_tremove
(resource relation, array tuple [, array
current])
Varování |
This function is EXPERIMENTAL. That means, that the behaviour of this function, this function name, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this function at your own risk. |
dbplus_tremove() removes
tuple from relation
if it perfectly matches a tuple within the
relation. current, if given, will contain
the data of the new current tuple after calling
dbplus_tremove().