dbplus_undo

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Undo int dbplus_undo ( resource $relation ) Parameters: relation A relation opened by dbplus_open(). Returns: This function is currently not documented; only its argument list is available.

dbplus_setindexbynumber

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Set index by number int dbplus_setindexbynumber ( resource $relation, int $idx_number ) Parameters: relation A relation opened by dbplus_open(). idx_number A relation opened by dbplus_open(). Returns: This function is currently not docu

dbplus_sql

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Perform SQL query resource dbplus_sql ( string $query [, string $server [, string $dbpath ]] ) Parameters: query server dbpath Returns: This function is currently not documented; only its argument list is a

dbplus_savepos

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Save position int dbplus_savepos ( resource $relation ) Parameters: relation A relation opened by dbplus_open(). Returns: This function is currently not documented; only its argument list is available.

dbplus_setindex

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Set index int dbplus_setindex ( resource $relation, string $idx_name ) Parameters: relation A relation opened by dbplus_open(). idx_name A relation opened by dbplus_open(). Returns: This function is currently not documented; only its ar

dbplus_tremove

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Remove tuple and return new current tuple int dbplus_tremove ( resource $relation, array $tuple [, array &$current ] ) dbplus_tremove() removes tuple from relation if it perfectly matches a tuple within the relation. current, if given, will contain the data of the new current tuple after calling dbplus_tremove(). Parameters: relation

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_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_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_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