What is Late Static Binding in PHP?

devquora
devquora

Posted On: Feb 22, 2018

 

Whenever you need to refer to the called class, this feature of PHP comes into play. The Late Static Binding for this purpose is used at the time of static inheritance. This feature functions by using the end 'non-forwarding call' for storing the name of the respective class. Also, though the late binding is known as static binding, it is not limited to just this method of calling.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions