<<< Previous question <<< Question ID#0717.md >>> Next question >>>
Which PHP function(s) can be used to check if a variable is defined and is not NULL ?
- A) With the isset() function
- B) With the isset() and is_null() functions
- C) With the empty() function
- D) With instanceof operator
Answer
Answer: A