(PHP 5, PHP 7)
__autoload — 尝试加载未定义的类
This feature has been DEPRECATED as of PHP 7.2.0. Relying on this feature is highly discouraged.
$class
你可以通过定义这个函数来启用类的自动加载。
class
待加载的类名。
没有返回值。