Home » PHP » PHP Introduction » Question
  1. Which of the looping statements is/are supported by PHP?
    1. for each loop
    2. do-while loop
    3. while loop
    4. for loop
    5. All of above
Correct Option: E

for each loop, do-while loop, while loop and for loop of the looping statements are supported by PHP.



Your comments will be displayed only after manual approval.