ReflectionClass::getStaticProperties

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getStaticPropertiesGets static properties

Опис

public ReflectionClass::getStaticProperties(): array

Get the static properties.

Параметри

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

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

The static properties, as an array.

Журнал змін

Версія Опис
8.3.0 The return type of ReflectionClass::getStaticProperties() has been changed to array from ?array.

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