dbplus_rsecindexDescriptionmixed dbplus_rsecindex ( resource relation, mixed domlist, int type )
dbplus_rsecindex() will create a new secondary index for relation with consists of the domains specified by domlist and is of type type domlist may be passed as a single domain name string or as an array of domain names. Returns resource on success or DBPLUS_ERR_UNKNOWN on failure. | ||||