ReflectionProperty::isStatic

(PHP 5)

ReflectionProperty::isStaticChecks if property is static

Beskrivelse

public bool ReflectionProperty::isStatic ( void )

Checks whether the property is static.

Parametre

This function has no parameters.

Returnerings Værdier

TRUE if the property is static, FALSE otherwise.

Se også

add a note add a note

User Contributed Notes

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