GetFunctionList
Get a collection of all the registered global functions in the runtime.
Method Signature
GetFunctionList()
Arguments
This function does not accept any arguments
Examples
Check to see if a function exists
CF11+ Uses the member function of structKeyExists.
getFunctionList().keyExists( "reMatch" );
Result: true
Additional Examples
writeDump( getFunctionList() );
Related
Last updated
Was this helpful?