Function __global->apply_tempcode_escaping_inline
Definitions
sources/tempcode.php
- Apply whatever escaping is requested to the given value (by return).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$escaped | array | required parameter | N/A | N/A | A list of escaping to do |
$value | string | required parameter | N/A | N/A | The string to apply the escapings to |
Return
- Output string
- Type: string
- Set: N/A
- Range: N/A