ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getStaticVariables

(PHP 5)

ReflectionFunctionAbstract::getStaticVariablesGets static variables

说明

public array ReflectionFunctionAbstract::getStaticVariables ( void )

Get the static variables.

Warning

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

参数

此函数没有参数。

返回值

An array of static variables.

参见


ReflectionFunctionAbstract
PHP Manual