小编jay*_*iya的帖子

PHP警告:html_entity_decode():charset`UTF-8;' 不支持,假设utf-8

当我调用html_entity_decode()来解码web URL时,我收到以下错误.

我的代码:

<script>
es = new EventSource('<?php echo html_entity_decode($start); ?>');
</script>
Run Code Online (Sandbox Code Playgroud)

错误:

PHP警告:html_entity_decode():charset`UTF-8;' 不支持,假设utf-8

Php版本是7.0

请帮我解决这个问题.所有答案都对我很有帮助

谢谢

php apache opencart opencart-3

0
推荐指数
1
解决办法
3490
查看次数

标签 统计

apache ×1

opencart ×1

opencart-3 ×1

php ×1