(PHP 5, PHP 7)
__autoload —Attempt to load undefined class
This function has beenDEPRECATED as of PHP 7.2.0, andREMOVED as of PHP 8.0.0. Relying on this functionis highly discouraged.
$class
You can define this function to enableclasses autoloading.
class
Name of the class to load
No value is returned.