For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetFunctionData

Lucee compat: Return information to of a Function as Struct

Method Signature

GetFunctionData(functionName=[string])

Arguments

Argument
Type
Required
Description
Default

functionName

string

true

The BIF function you want information for (Ex: listLen)

Examples

Last updated

Was this helpful?