Displays a list of the functions that are available in ColdFusion.
A structure of functions.
System 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>
Sign in to your account
Quick links
Legal Notices | Online Privacy Policy
Language Navigation
Choose a region
Selecting a region changes the language and/or content on Adobe.com.
Americas
Asia Pacific
Europe, Middle East and Africa