Query: dbplus_getunique
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBPLUS_GETUNIQUE(3) 1 DBPLUS_GETUNIQUE(3) dbplus_getunique - Get an id number unique to a relationSYNOPSISint dbplus_getunique (resource $relation, int $uniqueid)DESCRIPTIONObtains a number guaranteed to be unique for the given $relation and will pass it back in the variable given as $uniqueid.PARAMETERSo $relation - A relation opened by dbplus_open(3). o $uniqueid -RETURN VALUESReturns DBPLUS_ERR_NOERR on success or a db++ error code on failure.NOTESWarning 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)