PHP 8.4.0 RC4 available for testing

ReflectionProperty::isLazy

(PHP 8 >= 8.4.0)

ReflectionProperty::isLazyChecks whether a property is lazy

说明

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

Checks whether a property is lazy.

参数

object
The object to check the property on.

返回值

Returns true if the property is lazy, false otherwise.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top