Добавить символ после x символов в php

$newstr = substr_replace($oldstr, $str_to_insert, $pos, 0);
Better Bison