php 字符串操作

str_replace(find,replace,string,count)
参数描述
find 必需。规定要查找的值。
replace 必需。规定替换 find 中的值的值。
string 必需。规定被搜索的字符串。
count 可选。对替换数进行计数的变量。

posted on 2016-07-20 14:01  yuBestman  阅读(88)  评论(0编辑  收藏  举报

导航