Php/docs/reflectionclass.getstaticproperties

提供:Dev Guides
< Php
移動先:案内検索

ReflectionClass::getStaticProperties

(PHP 5, PHP 7)

ReflectionClass::getStaticProperties静的なプロパティを取得する


説明

public ReflectionClass::getStaticProperties ( ) : array

静的なプロパティを取得します。

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


パラメータ

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


返り値

静的なプロパティを配列で返します。


参考