Note that the ReflectionFunctionAbstract::getParameters() method will return the parameters in the correct order.
(PHP 5 >= 5.1.3, PHP 7, PHP 8)
ReflectionParameter::getPosition — Obtiene la posición del parámetro
Esta función no tiene parámetros.
La posición de el parámetro, de izquierda a derecha, comenzando en la posición #0.
Note that the ReflectionFunctionAbstract::getParameters() method will return the parameters in the correct order.