Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function STRUCTCOPY

Copies a structure. Copies top-level keys, values, and arrays
in the structure by value; copies nested structures by
reference.

Example

structcopy(struct structure):object

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
structure struct  Yes Structure to copy