(PHP 5, PHP 7)
ReflectionParameter::getName — Gets parameter name
Gets the name of the parameter.
이 함수는 인수가 없습니다.
The name of the reflected parameter.
FYI, it returns the parameter name without the dollars($) sign at the start.