DBPLUS_GETUNIQUE(3) 1 DBPLUS_GETUNIQUE(3)
dbplus_getunique - Get an id number unique to a relation
SYNOPSIS
int dbplus_getunique (resource $relation, int $uniqueid)
DESCRIPTION
Obtains a number guaranteed to be unique for the given $relation and will pass it back in the variable given as $uniqueid.
PARAMETERS
o $relation
- A relation opened by dbplus_open(3).
o $uniqueid
-
RETURN VALUES
Returns DBPLUS_ERR_NOERR on success or a db++ error code on failure.
NOTES
Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in
a future release of PHP. This function should be used at your own risk.
PHP Documentation Group DBPLUS_GETUNIQUE(3)