zl程序教程

您现在的位置是:首页 >  后端

当前栏目

[PHP] Write UTF-8 file

PHP File Write utf
2023-09-14 09:00:55 时间

Add BOM: UTF-8

file_put_contents($myFile, "\xEF\xBB\xBF".  $content);