Q. What is the result of empty('0')? (A) true (B) false (C) 0 (D) null ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) true Explanation: The string '0' is considered empty in PHP.