Q. What does the PHP function empty() check?
β
Correct Answer: (B)
If variable is empty
Explanation: empty() checks whether a variable is empty or not.