dbplus_rkeysDescriptionmixed dbplus_rkeys ( resource relation, mixed domlist )
dbplus_rkeys() will replace the current primary key for relation with the combination of domains specified by domlist. 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. | ||||