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