Php - 如何执行从HTML特殊字符串到UTF-8的字符串转换

时间:2013-08-02 16:12:02

标签: php string escaping special-characters

我需要执行从“& nbsp; ”等HTML特殊字符转换为字符串中相应的UTF-8(如空格)。

是否有这样做的功能?

1 个答案:

答案 0 :(得分:0)

你可以使用这个功能:

html_entity_decode()

html_entity_decode - 将所有HTML实体转换为适用的字符 (包括UTF-8)

http://php.net/manual/en/function.html-entity-decode.php