ReflectionClass
PHP 手册

ReflectionClass::getStaticProperties

(PHP 5)

ReflectionClass::getStaticPropertiesGets static properties

说明

public array ReflectionClass::getStaticProperties ( void )

Get the static properties.

Warning

本函数暂无文档,仅有参数列表。

参数

This function has no parameters.

返回值

The static properties, as an array.

参见


ReflectionClass
PHP 手册