PHP - String Functions
What will be the output of this PHP code?
$text = "Hello World!";
echo str_replace("World", "PHP", $text);$text = "Hello World!";
echo str_replace("World", "PHP", $text);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions