ReflectionClass::getStaticProperties
(PHP 5)
ReflectionClass::getStaticProperties — Gets static properties
説明
public array ReflectionClass::getStaticProperties
( void
)
Get the static properties.
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
この関数にはパラメータはありません。
返り値
The static properties, as an array.
参考
- ReflectionClass::getStaticPropertyValue - Gets static property value
- ReflectionClass::setStaticPropertyValue - Sets static property value
ReflectionClass::getStaticProperties
There are no user contributed notes for this page.
