__autoload

(PHP 5, PHP 7)

__autoloadAttempt to load undefined class

Uyarı

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.

Açıklama

__autoload ( string $class ) : void

You can define this function to enable classes autoloading.

Değiştirgeler

class

Name of the class to load

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız