PHP Manual: dbplus_rkeys
dbplus_rkeys
Description
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
relationA relation opened by dbplus_open().
domlistA combination of domains. May be passed as a single domain name string or as an array of domain names.
Notes
| Warning |
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk. |