ReflectionParameter::getName

( excerpt from http://php.net/manual/en/reflectionparameter.getname.php )

public function getName();

Gets the name of the parameter.

Returns

  • mixed - The name of the reflected parameter.