Function __global->obfuscate_entities

Definitions

sources/crypt.php

  • Obfuscate the given text using HTML entity encoding.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$val string required parameter N/A N/A The text to obfuscate

Return

  • The obfuscated version
  • Type: string
  • Set: N/A
  • Range: N/A