GetFunctionList

Description

Displays a list of the functions that are available in ColdFusion.

Return value

A structure of functions.

Category

System functions

Syntax

GetFunctionList()

Example

<!----- 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 | Bug Reporting

Version 6

Comments are no longer accepted for ColdFusion MX. 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/CFML_Reference/functions-pt195.htm