如果字串中沒有中文可以使用str_replace()函數替換字串。
語法格式:
str_replace(find,replace,string,count)
引數介紹:
範例:
把字串 "Hello world!" 中的字元 "world" 替換為 "Shanghai"
echo str_replace("world","Shanghai","Hello world!");
更多相關教學請存取TW511.COM。
以上就是php中的字串替換函數是什麼的詳細內容,更多請關注TW511.COM其它相關文章!