(PHP 5, PHP 7)
__autoload — Attempt to load undefined class
Diese Funktion ist seit PHP 7.2.0 DEPRECATED (veraltet) und seit PHP 8.0.0 ENTFERNT. Von der Verwendung dieser Funktion wird dringend abgeraten.
$class
): voidYou can define this function to enable classes autoloading.
class
Name of the class to load
Es wird kein Wert zurückgegeben.