spl_autoload_call

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

spl_autoload_call要求されたクラスを読み込むために、すべての登録済みの __autoload() 関数を試す

説明

spl_autoload_call(string $class): void

この関数は、登録済みの __autoload 関数を使用して クラスあるいはインターフェイスを手動で探すために使用することができます。

パラメータ

class

探したいクラス名。

戻り値

値を返しません。

関連キーワード:  autoload, 関数, クラス, 登録, 要求, call, array, extensions, string, 手動