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 — パラメータの位置を取得する
この関数にはパラメータはありません。
パラメータの位置を取得します。左から右へ数え、最初のパラメータが 0 番目となります。
Note that the ReflectionFunctionAbstract::getParameters() method will return the parameters in the correct order.