标签: php string escaping special-characters
我需要执行从“& nbsp; ”等HTML特殊字符转换为字符串中相应的UTF-8(如空格)。
是否有这样做的功能?
答案 0 :(得分:0)
你可以使用这个功能:
html_entity_decode()
html_entity_decode - 将所有HTML实体转换为适用的字符 (包括UTF-8)
http://php.net/manual/en/function.html-entity-decode.php