Function __global->apply_tempcode_escaping
Definitions
sources/tempcode.php
- Apply whatever escaping is requested to the given value (by reference).
- 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 (you do not need to collect this, as $value is pass-by-reference -- but this is useful for chaining)
- Type: string
- Set: N/A
- Range: N/A