ReflectionParameter::getPosition
PHP Manual
PHP Manual»ReflectionParameter»ReflectionParameter::getPosition

ReflectionParameter::getPosition

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

ReflectionParameter::getPositionGets parameter position

Опис

public function ReflectionParameter::getPosition(): int

Gets the position of the parameter.

Параметри

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

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

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

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

To Top