strpos()
str_replace查找 "php" 在字符串中第一次出现的位置
strpos() 函数是区分大小写的
str_replace()
str_replace(find,replace,string,count)