PHP - String Functions
Find the problem in this code snippet:
$text = "banana";
$newText = str_replace("a", "o");
echo $newText;$text = "banana";
$newText = str_replace("a", "o");
echo $newText;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions