__autoload introduces class files
还要我怎样
还要我怎样 2019-03-06 18:11:35
0
2
1231

When using the __autoload method to automatically call class files, is it necessary to instantiate each class file that needs to be imported? ? ?

Isn’t this similar to require and include? ? ?

还要我怎样
还要我怎样

reply all(1)
Peter-Zhu

__autoload() itself automatically calls include... and other statements. In essence, it automates the loading of class files, eliminating the tedious process of manually loading many classes one by one.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template