ReflectionFunctionAbstract
PHP Manual

ReflectionFunctionAbstract::getStaticVariables

(PHP 5)

ReflectionFunctionAbstract::getStaticVariables静的変数を取得する

説明

public array ReflectionFunctionAbstract::getStaticVariables ( void )

静的変数を取得します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

静的変数の配列を返します。

参考


ReflectionFunctionAbstract
PHP Manual