ReflectionClass::getStaticProperties

(PHP 5, PHP 7, PHP 8)

ReflectionClass::getStaticPropertiesstaticプロパティを取得する

説明

public ReflectionClass::getStaticProperties(): ?array

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

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

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

戻り値

staticプロパティを配列で返します。 失敗した場合は、null を返します。

参考

関連キーワード:  static, 取得, ReflectionClass, getStaticProperties, パラメータ, 関数, getStaticPropertyValue, public, array, 警告