__autoload
(PHP 5, PHP 7)
__autoload — 尝试加载未定义的类
Warning
This feature has been DEPRECATED as of PHP 7.2.0. Relying on this feature is highly discouraged.
参数
-
class
-
待加载的类名。
返回值
没有返回值。
(PHP 5, PHP 7)
__autoload — 尝试加载未定义的类
This feature has been DEPRECATED as of PHP 7.2.0. Relying on this feature is highly discouraged.
class
待加载的类名。
没有返回值。