spl_autoload_call

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

spl_autoload_call尝试所有已注册的 __autoload() 函数来装载请求类

说明

spl_autoload_call(string $class): void

该函数可用于使用已注册的 __autoload 函数手动搜索类或接口。

参数

class

搜索的类名。

返回值

没有返回值。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top