ReflectionClass
PHP Manual

ReflectionClass::getStaticPropertyValue

(PHP 5 >= 5.1.0)

ReflectionClass::getStaticPropertyValueGets static property value

说明

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

Gets the static property values.

Warning

本函数还未编写文档,仅有参数列表。

参数

name

default

返回值

参见


ReflectionClass
PHP Manual