Function __global->recall_named_function
Definitions
sources/tempcode.php
- Get a closure for a particular call, with caching support via a named map (as many things may end up adopting this closure).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$id | string | required parameter | N/A | N/A | A randomised unique ID |
$parameters | string | required parameter | N/A | N/A | Parameters |
$code | string | required parameter | N/A | N/A | Function code |
Return
- The function reference
- Type: mixed
- Set: N/A
- Range: N/A