ReflectionProperty
PHP Manual

ReflectionProperty::isStatic

(PHP 5)

ReflectionProperty::isStaticChecks if property is static

Opis

public bool ReflectionProperty::isStatic ( void )

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ż:


ReflectionProperty
PHP Manual