$stringa = "xche' scrivete così?";
$perche = array('xkè','xche\'','xke','xké');
$stringa = str_replace($perche,"perchè",$stringa);
echo $stringa;