Php去除Bom

字体大小: 中小 标准 ->行高大小: 标准

$string = preg_replace( '/^(\xef\xbb\xbf)/', '', $string );

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/29974.html