Autoloading in PHP Classes

2

What would be the Autoloading of Classes in PHP?

I see people using __autoload and spl_autoload_register is there a difference?

What association exists between autoloader of composer and conventional autoloading ? Are these two functions being used underneath the composer autoloader ?

    
asked by anonymous 07.05.2018 / 13:18

0 answers