Name

GetFunctionList

Synopsis

                  
                  GetFunctionList( )

Returns a ColdFusion structure containing the names of the functions available to ColdFusion. Example:

<cfoutput>
There are #StructCount(GetFunctionList( ))# functions available in this version of 
ColdFusion for #Server.OS.Name#.
</cfoutput>
<cfdump var="#GetFunctionList( )#">

Get Programming ColdFusion MX, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.