Searches recursively through a substructure of nested arrays,
structures, and other elements, for structures whose values
match the search key in the value parameter.
Lucee Function Reference
structfindkey()
Beispiel
structfindkey(struct Top,string Key,[string Scope]):array
Kategorie
struct,find
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Default Value | Beschreibung |
---|---|---|---|---|
Top | struct | Yes | object from which to start search. This parameter requires an object, not a name of an object. | |
Key | string | Yes | ||
Scope | string | No | one |
- one (default): returns one matching key. |