Displays a list of the functions that are available in ColdFusion.
A structure of functions.
GetFunctionList()
<!----- This example shows the use of GetFunctionList. ----> <cfset fList = GetFunctionList()> <cfoutput>#StructCount(fList)# functions<br><br> </cfoutput> <cfloop COLLECTION = "#fList#" ITEM = "key"> <cfoutput>#key#<br> </cfoutput> </cfloop>
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | KnowledgeBase | Bug Reporting
Version 7
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/7/htmldocs/00000480.htm
Comments
tomlitt said on Jun 13, 2005 at 9:18 AM :