Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 432 Bytes

0717.md

File metadata and controls

15 lines (12 loc) · 432 Bytes

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