Lucee Function Reference

getbuiltinfunction()

Returns a built in function as an object, matching the given name, throws an 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 built in function, for example "StructKeyExists"