ReflectionFunctionAbstract::getParameters
(PHP 5)
ReflectionFunctionAbstract::getParameters — パラメータを取得する
説明
public array ReflectionFunctionAbstract::getParameters
( void
)
パラメータを ReflectionParameter の配列で取得します。
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
この関数にはパラメータはありません。
返り値
パラメータを ReflectionParameter オブジェクトの配列で返します。
参考
- ReflectionFunctionAbstract::getNumberOfParameters() - パラメータ数を取得する
- func_get_args() - 関数の引数リストを配列として返す