Q. What does the PHP function empty() check? (A) If variable has non-zero value (B) If variable is empty (C) If variable is integer (D) If variable is string ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) If variable is empty Explanation: empty() checks whether a variable is empty or not.