Q. What is the result of empty('0')?
β
Correct Answer: (A)
true
Explanation: The string '0' is considered empty in PHP.
Explanation: The string '0' is considered empty in PHP.