DBPLUS_CLOSE(3) 1 DBPLUS_CLOSE(3)
dbplus_close - Close a relation
SYNOPSIS
mixed dbplus_close (resource $relation)
DESCRIPTION
Closes a relation previously opened by dbplus_open(3).
PARAMETERS
o $relation
- A relation opened by dbplus_open(3).
RETURN VALUES
Returns TRUE on success or DBPLUS_ERR_UNKNOWN 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_CLOSE(3)