class Entity (View source)

Pulled from the W3C's official HTML5 entities list.

DO NOT EDIT MANUALLY. This code was automatically generated with make entities at 2019-05-03T07:10:38Z.

Methods

static string
convertEntitiesToUnicode(string $input)

Utility function converts entities into their real unicode characters.

Details

static string convertEntitiesToUnicode(string $input)

Utility function converts entities into their real unicode characters.

Parameters

string $input The input string.

Return Value

string