getFunctionData

Return information to a function as struct

getFunctionData(functionName) → returns struct

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Argument Reference

functionName string
Required

The function you want information for

dialect string
Default: current template's dialect

The dialect you want details for
Values:
  • CFML
  • Lucee

Examples
Sample code invoking the getFunctionData function

Returns a structure storing information about writeDump()

getFunctionData('writeDump')

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub