Q. What will be the output of: echo empty('0');
β
Correct Answer: (A)
true
Explanation: In PHP, empty('0') returns true.
Explanation: In PHP, empty('0') returns true.