List Of ColdFusion Functions
This weekend I was working on article that should make it to a browser near you soon. I was trying to go over the general features of the ColdFusion Markup Language (CFML). I was trying to figure out how I could get a count of all functions in ColdFusion so that I could say "ColdFusion comes packaged with over {x} functions and {x} tags. I was trying to figure out an easy way to do this when I remembered that there may be a function that can accomplish this. If you dig through the docs you will come across the getFunctionList() method that will return a structure of all functions in ColdFusion. I am not quite sure why the function returns a structure with empty keys instead of a list or an array but it works. Here is a quick dump of some of the functions.

