Function __global->tc_eval_opener_params
Definitions
sources/tempcode_compiler.php
- Find some opening params as a PHP array, for temporary use within the compiler logic.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$_opener_params | string | required parameter | N/A | N/A | The parameters in PHP code format |
Return
- Parameters (null: could not evaluate, probably due to dynamism)
- Type: ?array
- Set: N/A
- Range: N/A