0

我需要将 HTML 特殊字符(如“   ”)转换为 UTF-8 中的相应字符,如字符串中的“”(空格)。

有这样做的功能吗?

4

1 回答 1

0

你可以使用这个功能:

html_entity_decode()

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

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

于 2013-08-02T16:27:56.683 回答