GetBuiltInFunction()
Returns a built-in function as an object, matching the given name, throws an exception when the function does not exist.
GetBuiltInFunction( name=string );
Returns: any
Argument | Description |
---|---|
name
string,
required
|
name of the build in function, for example "StructKeyExists" |
Examples
dump(getBuiltinFunction('isArray'));
See also
- Server
- GetFunctionCalledName()
- GetFunctionData()
- GetFunctionKeywords()
- GetFunctionList()
- GetTagData()
- GetTagList()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)