Function __global->ocp_is_escaped

Definitions

sources_custom/phpstub.php

  • Check whether a given string has been marked as 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: bool

Parameters

Name Type Default Set Range Description
$in string required parameter N/A N/A The string to check for escaping

Return

  • Whether the string has been escaped by OCP's PHP-dev
  • Type: boolean
  • Set: N/A
  • Range: N/A