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
|
edit
name of the build in function, for example "StructKeyExists" |
Examples
edit dump(getBuiltinFunction('isArray'));
See also
- Lucee Server related Tags, Functions and Guides
- GetFunctionCalledName()
- GetFunctionData()
- GetFunctionKeywords()
- GetFunctionList()
- GetTagData()
- GetTagList()
- IsCustomFunction()
- Overwriting and adding Built-in Functions and Tags
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)