PHP - String Functions
Identify the error in this PHP code:
$text = "Hello";
str_replace("H", "J");
echo $text;$text = "Hello";
str_replace("H", "J");
echo $text;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions