Home » PHP » PHP Introduction » Question
  1. Which of the conditional statements is/are supported by PHP?
    1. switch statements
    2. if-elseif statements
    3. if statements
    4. if-else statements
    5. All of above
Correct Option: E

switch statements, if-elseif statements, if statements and if-else statements of the conditional statements are supported by PHP.



Your comments will be displayed only after manual approval.