ReflectionClass::getStaticProperties

staticプロパティを取得する

説明

public array ReflectionClass::getStaticProperties()

staticプロパティを取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

staticプロパティを配列で返します。

変更履歴

バージョン 説明
8.3.0 ReflectionClass::getStaticProperties の戻り値の型が、?array から array に変更されました。

参考

  • ReflectionClass::getStaticPropertyValue
  • ReflectionClass::setStaticPropertyValue