strstr()可以返回匹配的值 echo strstr("localhost", "os");返回ost

echo substr_count("gggggs", "g"); 返回检索匹配字符创次数 substr_replace 字串替换函数

05-08 15:48