ReflectionParameter::getPosition

(PHP 5 >= 5.2.3)

ReflectionParameter::getPositionGets parameter position

Опис

public int ReflectionParameter::getPosition ( void )

Gets the position of the parameter.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

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

Прогляньте Також

add a note add a note

User Contributed Notes

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