dbplus_ropen

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Open relation file local resource dbplus_ropen ( string $name ) dbplus_ropen() will open the relation file locally for quick access without any client/server overhead. Access is read only and only dbplus_curr() and dbplus_next() may be applied to the returned relation. Parameters: name dbplus_ropen() will open the relation file l

dbplus_rkeys

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Specify new primary key for a relation mixed dbplus_rkeys ( resource $relation, mixed $domlist ) dbplus_rkeys() will replace the current primary key for relation with the combination of domains specified by domlist. Parameters: relation A relation opened by dbplus_open(). domlist A combination

dbplus_restorepos

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Restore position int dbplus_restorepos ( resource $relation, array $tuple ) Parameters: relation A relation opened by dbplus_open(). tuple A relation opened by dbplus_open(). Returns: This function is currently not documented; only its

dbplus_resolve

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Resolve host information for relation array dbplus_resolve ( string $relation_name ) dbplus_resolve() will try to resolve the given relation_name and find out internal server id, real hostname and the database path on this host. Parameters: relation_name The relation name. Returns: Returns an array conta

dbplus_rcrtlike

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Creates an empty copy of a relation with default indices mixed dbplus_rcrtlike ( string $name, resource $relation [, int $overwrite ] ) dbplus_rcrtexact() will create an empty copy of the given relation under a new name, but with default indices. Parameters: name dbplus_rcrtexact() will create an empty copy of the given relation

dbplus_rcrtexact

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Creates an exact but empty copy of a relation including indices mixed dbplus_rcrtexact ( string $name, resource $relation [, bool $overwrite ] ) dbplus_rcrtexact() will create an exact but empty copy of the given relation under a new name. Parameters: name dbplus_rcrtexact() will create an exact but empty copy of the given relati

dbplus_rcreate

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Creates a new DB++ relation resource dbplus_rcreate ( string $name, mixed $domlist [, bool $overwrite ] ) Creates a new relation. Any existing relation sharing the same name will be overwritten if the relation is currently not in use and overwrite is set to TRUE. Parameters: name Creates a new relation. Any existing relation shar

dbplus_rchperm

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Change relation permissions int dbplus_rchperm ( resource $relation, int $mask, string $user, string $group ) Changes access permissions as specified by mask, user and group. The values for these are operating system specific. Parameters: relation A relation opened by dbplus_open(). mask A rela

dbplus_prev

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get previous tuple from relation int dbplus_prev ( resource $relation, array &$tuple ) Reads the data for the previous tuple for the given relation, makes it the current tuple and will pass it back as an associative array in tuple. Parameters: relation A relation opened by dbplus_open(). tuple

dbplus_open

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Open relation file resource dbplus_open ( string $name ) Opens the given relation file. Parameters: name Can be either a file name or a relative or absolute path name. This will be mapped in any case to an absolute relation file path on a specific host machine and server. Returns: On success a relation f