有没有可以做到这一点的PHP函数?
我strpos用来获取子字符串的位置,我想string在该位置之后插入一个。
strpos
string
$newstr = substr_replace($oldstr, $str_to_insert, $pos, 0);