Zend
200-550 · Question #27
Late static binding is used in PHP to:
The correct answer is B. Use caller class information provided in static method call. See the full explanation below for the reasoning.
Question
Late static binding is used in PHP to:
Options
- ALoad dynamic libraries and extensions at runtime
- BUse caller class information provided in static method call
- CResolve undefined class names by automatically including needed files
- DFind proper method to call according to the call arguments
How the community answered
(37 responses)- A8% (3)
- B70% (26)
- C16% (6)
- D5% (2)
Community Discussion
No community discussion yet for this question.