时间:2021-07-01 10:21:17 帮助过:5人阅读
substr_replace(string,replacement,start,length)
参数 | 描述 |
---|---|
string | 必需。规定要检查的字符串。 |
replacement | 必需。规定要插入的字符串。 |
start |
必需。规定在字符串的何处开始替换。
|
charlist |
可选。规定要替换多少个字符。
|
http://www.bkjia.com/PHPjc/364579.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/364579.htmlTechArticlePHP substr_replace() 函数语法 substr_replace(string,replacement,start,length) 参数 描述 string 必需。规定要检查的字符串。 replacement 必需。规定要插入的...