Multiple choice

Which of the following methods determines whether a certain variable has been already declared by PHP?

  1. _destructor()

  2. Set accessor

  3. setCookies()

  4. isset()

  5. unset()

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

This method determines whether a certain variable has been declared already by PHP.