DBPLUS_RSECINDEX(3) 1 DBPLUS_RSECINDEX(3)
dbplus_rsecindex - Create a new secondary index for a relation
SYNOPSIS
mixed dbplus_rsecindex (resource $relation, mixed $domlist, int $type)
DESCRIPTION
dbplus_rsecindex(3) will create a new secondary index for $relation with consists of the domains specified by $domlist and is of type $type
PARAMETERS
o $relation
- A relation opened by dbplus_open(3).
o $domlist
- A combination of domains. May be passed as a single domain name string or as an array of domain names.
o $type
-
RETURN VALUES
Returns resource 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_RSECINDEX(3)