Dutch PHP Conference 2025 - Call For Papers

ReflectionParameter::getPosition

(PHP 5 >= 5.1.3, PHP 7, PHP 8)

ReflectionParameter::getPositionGets parameter position

Опис

public ReflectionParameter::getPosition(): int

Gets the position of the parameter.

Параметри

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

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

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

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

add a note

User Contributed Notes

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