Late static binding is used in PHP to:
Load dynamic libraries and extensions at runtime
Use caller class information provided in static method call
Resolve undefined class names by automatically including needed files
Find proper method to call according to the call arguments
Submit