Multiple choice

Which of the following language constructs is used to check if a form variable has not been sent or does not contain data?

  1. unset()

  2. empty()

  3. NULL

  4. _construct()

  5. isset()

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This language construct is used to check if a form variable has not been sent or does not contain data.