ReflectionProperty::isStatic

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::isStaticChecks if property is static

說(shuō)明

public ReflectionProperty::isStatic(): bool

Checks whether the property is static.

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

true if the property is static, false otherwise.

參見(jiàn)