php解码“&#”编码的中文用函数html_entity_decode()

遇到类似 ' 这种编码的字,我们可以用html_entity_decode()函数来解码。

html_entity_decode() 函数把 HTML 实体转换为字符。

语法 html_entity_decode(string,flags,character-set)  详细用法及参数请参考: http://www.w3school.com.cn...

如果是接受json传递过来的实体编码用json_decode可以直接解码。

如果要把汉字或html转为实体编码的时候则用htmlentities()函数

posted @ 2018-01-21 15:13  追忆丶年华  阅读(516)  评论(0编辑  收藏  举报