(PHP 8 >= 8.4.0)
ReflectionClass::getLazyInitializer — 取得延遲初始化器
$object
取得附加到 object 的延遲初始化器或工廠函式。
object
如果物件是未初始化的延遲物件,則返回初始化器,否則返回 null。
null