ReflectionParameter
PHP Manual

ReflectionParameter::getPosition

(PHP 5 >= 5.2.3)

ReflectionParameter::getPositionGets parameter position

Descripción

public int ReflectionParameter::getPosition ( void )

Gets the position of the parameter.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

The position of the parameter, left to right, starting at position #0.

Ver también


ReflectionParameter
PHP Manual