Note that the ReflectionFunctionAbstract::getParameters() method will return the parameters in the correct order.
ReflectionParameter::getPosition
(PHP 5 >= 5.2.3)
ReflectionParameter::getPosition — Gets parameter position
Descrierea
public int ReflectionParameter::getPosition
( void
)
Gets the position of the parameter.
Parametri
Această funcție nu are parametri.
Valorile întoarse
The position of the parameter, left to right, starting at position #0.
micah at raincross-tech dot com ¶
2 years ago
