Briefing Zend Knowledge

Late static binding is used in PHP to:

Late static binding is used in PHP to:

A.
Load dynamic libraries and extensions at runtime

B.
Use caller class information provided in static method call

C.
Resolve undefined class names by automatically including needed files

D.
Find proper method to call according to the call arguments