Q. Which of the following is true about static methods in PHP?
β
Correct Answer: (D)
All of the above
Explanation: Static methods are part of the class, use the 'static' keyword, and can be called without an instance.