August 2003
Intermediate to advanced
1140 pages
68h 45m
English
GetFunctionList
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( )#">