The ReflectionParameter class
ReflectionParameter
&reftitle.intro;
The ReflectionParameter class retrieves
information about function's or method's parameters.
To introspect function parameters, first create an instance
of the ReflectionFunction or
ReflectionMethod classes and then use their
ReflectionFunctionAbstract::getParameters method
to retrieve an array of parameters.
&reftitle.classsynopsis;
ReflectionParameter
ReflectionParameter
Reflector
&Properties;
public
name
&Methods;
&reftitle.properties;
name
Name of the parameter. Read-only, throws
ReflectionException in attempt to write.
&reference.reflection.entities.reflectionparameter;