ReflectionProperty::isStatic

(PHP 5)

ReflectionProperty::isStaticChecks if property is static

Опис

public bool ReflectionProperty::isStatic ( void )

Checks whether the property is static.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

TRUE if the property is static, FALSE otherwise.

Прогляньте Також

add a note add a note

User Contributed Notes

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