What will be the output of the following PHP code?
<?php
$title = "O'malley wins the heavyweight championship!";
echo ucwords($title);
?>
- O’Malley Wins The Heavyweight Championship!
- O’malley Wins The Heavyweight Championship!
- O’Malley wins the heavyweight championship!
- o’malley wins the heavyweight championship!
(d).o’malley wins the heavyweight championship!
need an explanation for this answer? contact us directly to get an explanation for this answer