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