Q. Which PHP function checks if a variable is empty?
β
Correct Answer: (C)
empty()
Explanation: empty() checks for empty values including 0, '', null, false.