ReflectionClass
PHP Manual

ReflectionClass::getStaticProperties

(PHP 5)

ReflectionClass::getStaticPropertiesGets static properties

说明

public array ReflectionClass::getStaticProperties ( void )

Get the static properties.

Warning

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

参数

此函数没有参数。

返回值

The static properties, as an array.

参见


ReflectionClass
PHP Manual