ReflectionProperty::isStatic

(PHP 5, PHP 7)

ReflectionProperty::isStaticChecks if property is static

Opis

public ReflectionProperty::isStatic ( void ) : bool

Checks whether the property is static.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the property is static, FALSE otherwise.

Zobacz też:

add a note add a note

User Contributed Notes

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