dbplus_rsecindex (4.1.0 - 4.2.3 only) dbplus_rsecindex --
Create a new secondary index for a relation
Descriptionresource dbplus_rsecindex ( resource relation, mixed domlist, int type) | Warnung | Diese Funktion ist
EXPERIMENTELL. Das Verhalten, der Funktionsname und alles
Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne
Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf
eigenes Risiko. |
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.
|