N
Q. What will be the output of the following PHP code?
<?php $State = "Chennai"; switch ($State) { case "Mumbai": echo "I love Mumbai. "; case "Chennai": echo "I love Chennai. "; case "Rajshathan": echo "I love Rajshatan. "; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the intent of try block?
Q. What will be the output of the following PHP code?
Q. ___ is an array with more than two dimensions.
Q. ______ is used for symbol a newline character?
Q. Which of the following is the correct way to clone an object in PHP?
Q. What will be the output of the following PHP code ?
Q. What will be the output of the following PHP code ?
Q. Which keyword is used to reference a property or a method in a class itself?
Q. What are the metacharacters in PHP Regular Expression?
Q. 111. Which is the correct example of an Associative array in PHP?
Discusssion
Login to discuss.