标签: php html
可能重复: PHP htmlentities() not working as expected
我很困惑为什么它被转换成奇怪的角色而不仅仅是´任何人都能指出我正确的方向吗?
´
答案 0 :(得分:2)
使用第二个flags参数 - http://php.net/manual/en/function.htmlentities.php,例如
flags
htmlentities( $string, ENT_QUOTES | ENT_SUBSTITUTE, "UTF-8" );