ReflectionClass::getStaticProperties

( excerpt from http://php.net/manual/en/reflectionclass.getstaticproperties.php )

public function getStaticProperties(): darray<string, mixed>;

Get the static properties. Warning: This function is currently not documented; only its argument list is available.

Returns

  • mixed - The static properties, as an array.