ReflectionClass
PHP Manual

ReflectionClass::getStaticProperties

(PHP 5, PHP 7)

ReflectionClass::getStaticPropertiesGets static properties

Beschreibung

public array ReflectionClass::getStaticProperties ( void )

Get the static properties.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The static properties, as an array.

Siehe auch


ReflectionClass
PHP Manual