Lucee Function Reference
Function GETBUILTINFUNCTION
return a build in function as a object, matching the given name, throws a exception when the function does not exist.
Example
getbuiltinfunction(string name):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | name of the build in function, for example "StructKeyExists" |