核心代码
function checkbom ($filename) { global $auto; $contents = file_get_contents($filename); $chart[1] = substr($contents, 0, 1); $chart[2] = substr($contents, 1, 1); $chart[3] = substr($contents, 2, 1); if (ord($chart[1]) == 239 && ord($chart[2]) == 187 &&同学名字 ord($chart[3]) == 191) { if ($auto == 1) { $rest = substr($contents, 3); rewrite ($filename, $rest); return ("<font color=red>bom found, automatically removed.</font>"); }el { 口语学习 return (学有所成的意思"<font 稗官的意思color=red>bom found.</font>"); } }el return ("bom not found."); }
php清除莫明输出大法,用于输出图片前把前面所有输出清空
只要在header前连用两个函数,就可以解决…
ob_get销售渠道_clean();ob_clean();header("content-type: image/jpeg");
附几个好用的bom检测工具:
bom检测.zip
本文发布于:2023-04-06 23:13:15,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/95cf6f29121153659f734979174afc2d.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:使用php清除bom示例.doc
本文 PDF 下载地址:使用php清除bom示例.pdf
留言与评论(共有 0 条评论) |