Q:

What will be the output of the following PHP code ?

0

What will be the output of the following PHP code ?

<?php
    function multi($num)
    {
        if ($num == 3)
            echo "I Wonder";
        if ($num == 7)
            echo "Which One";
        if ($num == 8)
            echo "Is The";
        if ($num == 19)
            echo "Correct Answer";
    }
    $can = stripos("I love php, I love php too!","PHP");
    multi($can);
?>

  1. I Wonder
  2. Which One
  3. Is The
  4. Correct Answer

All Answers

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

 (b).Which One

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