(PHP 5, PHP 7)
__autoload — Attempt to load undefined class
Bu işlevin kullanımı PHP 7.2.0 itibariyle ÖNERİLMEMEKTE olup PHP 8.0.0'da tamamen KALDIRILMIŞTIR. Bu işleve kesinlikle güvenilmemelidir.
$class
) : voidYou can define this function to enable classes autoloading.
class
Name of the class to load
Hiçbir değer dönmez.