php html实体字符的转换
php有什么函数能把html实体符号é转换成é?
php那几个函数都试过了,不行呀。
——解决方案——————–
- PHP code
e<strong>+本文来源gao@daima#com搞(%代@#码网</strong><pre>搞代gaodaima码
cho mb_convert_encoding(“é”, “UTF-8”, “HTML-ENTITIES”); //é
——解决方案——————–
$text = mb_convert_encoding($text, “UTF-8”, “HTML-ENTITIES”);