Questions Related to php

Multiple choice php
  1. Ends execution of the current switch structure

  2. Moves on to the next iteration of the current for, foreach, while, do-while or switch structure

  3. Ends execution of the current for, foreach, while, do-while or switch structure

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice php
  1. tests whether $variable is a number and ends in 2
  2. tests whether $variable ends in 2
  3. tests whether $variable is a number and contains 2
  4. tests whether $variable is an even number
Reveal answer Fill a bubble to check yourself
D Correct answer