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());

Fork me on GitHub