Function __global->in_tag_stack
Definitions
sources/comcode_compiler.php
- Find if any of some tags are in the stack.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$tag_stack | array | required parameter | N/A | N/A | The tag stack |
$tags | array | required parameter | N/A | N/A | The tags |
Return
- Whether one is present
- Type: boolean
- Set: N/A
- Range: N/A