Note that the ReflectionFunctionAbstract::getParameters() method will return the parameters in the correct order.
(PHP 5 >= 5.2.3, PHP 7)
ReflectionParameter::getPosition — Gets parameter position
Gets the position of the parameter.
이 함수는 인수가 없습니다.
The position of the parameter, left to right, starting at position #0.
Note that the ReflectionFunctionAbstract::getParameters() method will return the parameters in the correct order.