strstr()可以返回匹配的值 echo strstr("localhost", "os");返回ostecho substr_count("gggggs", "g"); 返回检索匹配字符创次数 substr_replace 字串替换函数