$str='СлОво'; $num=mb_strpos(mb_strtolower($str),'о',0); echo 'Первая буква «о» встречается в строке «'.$str.'» символом №'.($num?++$num:0); exit;