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