Getfunctionlist - MACROMEDIA COLDFUSION MX 61-CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

GetFunctionList

Description
Displays a list of the functions that are available in ColdFusion.
Returns
A structure of functions.
Category
System functions
Function 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>
490
Chapter 3: ColdFusion Functions

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents