getFunctionKeywords

Returns all keywords defined with all functions.

getFunctionKeywords() → returns array

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

Examples
Sample code invoking the getFunctionKeywords function

It returns all function keywords in array format. It is supported only in Lucee.

writeDump(getFunctionKeywords());

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

Fork me on GitHub