ReflectionClass
PHP Manual

ReflectionClass::getStaticPropertyValue

(PHP 5 >= 5.1.0)

ReflectionClass::getStaticPropertyValue静的なプロパティの値を取得する

説明

public mixed ReflectionClass::getStaticPropertyValue ( string $name [, string $default ] )

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

警告

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

パラメータ

name

default

返り値

参考


ReflectionClass
PHP Manual