(PHP 5, PHP 7)
Checks if property is static
public bool ReflectionProperty::isStatic ( void )
Checks whether the property is static.
Returns:
TRUE
if the property is static, FALSE
otherwise.
See also:
ReflectionProperty::isPublic() -
Please login to continue.