Returns an object, which contains the description, parameters and return-type of the given function. Throws an exception when the function do not exists.
getBuiltinFunction(name)
returns any
Name | Type | Required | Default | Description |
---|---|---|---|---|
name | string | Yes | Name of the function. |
Dump the StructKeyExists-function to show information about this function.
dump(getBuiltinFunction("StructKeyExists"));