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'));