PHP 8.4.1 Released!

ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazyプロパティがレイジーであるかどうかを調べる

説明

public ReflectionProperty::isLazy(object $object): bool

プロパティがレイジーであるかどうかを調べます。

パラメータ

object
プロパティを調べる対象のオブジェクト。

戻り値

プロパティがレイジーであれば true を、そうでなければ false を返します。

add a note

User Contributed Notes

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