__autoload
(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.
Beschreibung
$class
): voidYou can define this function to enable classes autoloading.
Parameter-Liste
-
class
-
Name of the class to load
Rückgabewerte
Es wird kein Wert zurückgegeben.