ReflectionFunctionAbstract::getStaticVariables

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getStaticVariablesGets static variables

Beschreibung

public ReflectionFunctionAbstract::getStaticVariables(): array

Get the static variables.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

An array of static variables.

Siehe auch