PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

ReflectionClass::getStaticProperties

(PHP 5, PHP 7)

ReflectionClass::getStaticProperties获取静态(static)属性

说明

public ReflectionClass::getStaticProperties ( void ) : array

获取静态(static)属性。

Warning

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

参数

此函数没有参数。

返回值

静态(static)的属性,类型是 array

参见