ReflectionParameter::getPosition

(PHP 5 >= 5.1.3, PHP 7)

ReflectionParameter::getPositionGets parameter position

Opis

public ReflectionParameter::getPosition ( void ) : int

Gets the position of the parameter.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Zobacz też:

add a note add a note

User Contributed Notes

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