dbplus_rsecindex
(4.1.0 - 4.2.3 only, PECL)
dbplus_rsecindex -- Create a new secondary index for a relation
Beskrivelse
mixed
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
Parameterliste
relation
A relation opened by dbplus_open().
domlist
A combination of domains. May be passed as a single domain name
string or as an array of domain names.
type
Notes
Advarsel |
Denne funktion er
EKSPERIMENTABEL. Virkemåden af denne funktion,
navnet på funktionen, og andet ellers dokumenteret om denne
funktion, ændres muligvis uden advarsel i en fremtidig version af PHP.
Brug af denne funktion er på ejet ansvar. |