Lucee Function Reference
structkeyexists()
Determines whether a specific key is present in a structure.
Example
structkeyexists(struct struct,string key):boolean
Category
struct
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| struct | struct | Yes | Name of structure to test |
| key | string | Yes | Key to test |