将十六进制字符串解码为拉丁字符

Decode hex string to latin characters

我有字符串:

tomas

有解码字符串tomas

我发现有hec解码类型:http://www.codetable.net/unicodecharacters

PHP 中是否存在将十六进制编码为拉丁字符的功能?

这些不是十六进制字符,而是 HTML 个实体。

PHP 可以用 html_entity_decode() 解码它们。