Q. What will be the output of: echo empty('0'); (A) true (B) false (C) 0 (D) Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) true Explanation: In PHP, empty('0') returns true.