GetFunctionData()
Returns information about a built in function (BIF)
GetFunctionData( functionName=string );
Returns: Struct
Argument | Description |
---|---|
functionName
string,
required
|
Name of the built in function to return information about |
Examples
getFn = getfunctiondata('array');
writeDump(getFn);
See also
- Server
- GetBuiltInFunction()
- GetFunctionList()
- GetTagData()
- GetTagList()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)