Q:

What will be the output of the following PHP code ?

0

What will be the output of the following PHP code ?

<?php
    function uppercase($string)
    {
        echo ucwords($string);
    }
    $wow = "uppercase";
    $wow("Time to live king size");
?>

  1. TIME TO LIVE KING SIZE
  2. Time to live king size
  3. Uppercase
  4. Time To Live King Size

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (d).Time To Live King Size

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now