ReflectionProperty::isStatic
PHP function
Edit on GitHub ✎
(PHP 5, PHP 7, PHP 8)
Checks if property is static
Description
ReflectionProperty::isStatic(): bool
Checks whether the property is static.
Parameters Parameters
Return Values
true if the property is static, false otherwise.
See Also
ReflectionProperty::isPublicReflectionProperty::isProtectedReflectionProperty::isPrivateReflectionProperty::isReadOnly