ReflectionClass::getStaticProperties
(PHP 5, PHP 7, PHP 8)
ReflectionClass::getStaticProperties — Gets static properties
Beschreibung
Get the static properties.
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
The static properties, as an array, or null
on failure.
Siehe auch
- ReflectionClass::getStaticPropertyValue() - Gets static property value
- ReflectionClass::setStaticPropertyValue() - Sets static property value