为了账号安全,请及时绑定邮箱和手机立即绑定

PHP 出现错误:在设置标头('charset=utf-8')中找不到文件;

PHP 出现错误:在设置标头('charset=utf-8')中找不到文件;

PHP
慕仙森 2022-10-14 14:51:12
再会,设置 PHP 后,header('charset=utf-8'); 我收到以下错误:File not foundAn error occurred during a connection to example.com.    Check the file name for capitalization or other typing errors.    Check to see if the file was moved, renamed or deleted.这只发生在我的 Unix 服务器上。在我的 Wamp 开发环境中,一切都只是找到了。我希望我忽略了一个关键因素。
查看完整描述

1 回答

?
慕田峪4524236

TA贡献1875条经验 获得超5个赞

您需要指定内容类型,如下所示:

header('Content-Type: charset=utf-8');


查看完整回答
反对 回复 2022-10-14
  • 1 回答
  • 0 关注
  • 87 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信