Function __global->html_entity_decode

Definitions

sources_custom/phpstub.php

  • Decode the HTML entity encoded input string.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$input string required parameter N/A N/A The text to decode
$quote_style integer required parameter N/A N/A The quote style code (NB: required for our standards even though not required for PHP)
$charset ?string Null N/A N/A Character set to decode to (null: default)

Return

  • The decoded text
  • Type: string
  • Set: N/A
  • Range: N/A