Lucee Function Reference
structkeyarray()
Returns an Array with the keys of the Struct
Example
structkeyarray(struct struct):array
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 | Structure from which to extract a list of keys |