PHP Insira o caractere em string

$newstr = substr_replace($oldstr, $str_to_insert, $pos, 0);
Soulless Creature