Function __global->ocp_mark_as_escaped
Definitions
sources_custom/phpstub.php
- Mark a string as having been escaped (for use with ocp_is_escaped).This function only exists in the dev version of PHP provided by ocProducts in use for XSS detection.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$in | string | required parameter | N/A | N/A | The string to mark as escaped |