ReflectionParameter::getPosition

(PHP 5 >= 5.2.3)

ReflectionParameter::getPositionGets parameter position

Beskrivelse

public int ReflectionParameter::getPosition ( void )

Gets the position of the parameter.

Parametre

This function has no parameters.

Returnerings Værdier

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

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top