Q. Which PHP function is used to check whether a variable is empty? (A) is_null() (B) isset() (C) empty() (D) check() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) empty() Explanation: empty() checks whether a variable is empty.