ReflectionClass::getStaticProperties
PHP Manual
PHP Manual»ReflectionClass»ReflectionClass::getStaticProperties

ReflectionClass::getStaticProperties

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getStaticPropertiesGets static properties

Descrizione

public function ReflectionClass::getStaticProperties(): array

Get the static properties.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The static properties, as an array.

Log delle modifiche

Versione Descrizione
8.3.0 The return type of ReflectionClass::getStaticProperties() has been changed to array from ?array.

Vedere anche:

To Top