Html5EntityDecoder
in package
Table of Contents
- decode() : string
- fromDecimal() : string
- fromHex() : string
Methods
decode()
public
static decode(string $entity) : string
Parameters
- $entity : string
Return values
string —fromDecimal()
private
static fromDecimal(mixed $number) : string
Parameters
- $number : mixed
Return values
string —fromHex()
private
static fromHex(string $hexChars) : string
Parameters
- $hexChars : string