ReflectionParameter クラス ReflectionParameter
&reftitle.intro; ReflectionParameter クラスは、 関数またはメソッドのパラメータに関する情報を取得します。 関数パラメータの内部を調べる際には、まず ReflectionFunction クラスまたは ReflectionMethod クラスのインスタンスを作成する必要があります。次に、 ReflectionFunctionAbstract::getParameters メソッドを使ってパラメータの配列を取得します。
&reftitle.classsynopsis; ReflectionParameter ReflectionParameter Reflector &Properties; public name &Methods;
&reftitle.properties; name パラメータ名。読み込み専用で、書き込もうとすると ReflectionException をスローします。
&reference.reflection.entities.reflectionparameter;