Contents > CFML Reference > ColdFusion Functions > GetFunctionList PreviousNext

GetFunctionList

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>

Contents > CFML Reference > ColdFusion Functions > GetFunctionList PreviousNext

ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi96.htm