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