DBPLUS_ROPEN(3) 1 DBPLUS_ROPEN(3)
dbplus_ropen - Open relation file local
SYNOPSIS
resource dbplus_ropen (string $name)
DESCRIPTION
dbplus_ropen(3) will open the relation $file locally for quick access without any client/server overhead. Access is read only and only
dbplus_curr(3) and dbplus_next(3) may be applied to the returned relation.
PARAMETERS
o $name
-
RETURN VALUES
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_ROPEN(3)