Query: dbplus_rsecindex
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBPLUS_RSECINDEX(3) 1 DBPLUS_RSECINDEX(3) dbplus_rsecindex - Create a new secondary index for a relationSYNOPSISmixed dbplus_rsecindex (resource $relation, mixed $domlist, int $type)DESCRIPTIONdbplus_rsecindex(3) will create a new secondary index for $relation with consists of the domains specified by $domlist and is of type $typePARAMETERSo $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 VALUESReturns resource on success or DBPLUS_ERR_UNKNOWN on failure.NOTESWarning 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)