str_replace('要替换的内容', '替换为此内容', '目标字符串');
//返回值为替换后的字符串

echo str_replace('Hello', 'Bye', 'Hello World');
//Bye World

标签: none

添加新评论