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