What will be the output of the following PHP code?

What will be the output of the following PHP code? Correct Answer Contact the author of this article at [email protected]@[email protected]

Answer: Option 3

The str_replace() function case sensitively replaces all instances of a string with another.

Related Questions

What will be the output of the following PHP code ?