Q. Which PHP function checks if a variable is set and not NULL? (A) is_set() (B) isset() (C) check() (D) notnull() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) isset() Explanation: isset() checks if a variable is set and not NULL.