Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPプログラミングでは、で使用できますstr_replace();。echo ''; 可能であれば、例を示してください。
str_replace();
echo '';
echo str_replace('dog', 'cat', 'thats an ugly dog');
出力は「それは醜い犬」から「それは醜い猫」です。
例:http ://codepad.org/b63nu4Ie