ReflectionParameter::getPosition

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

ReflectionParameter::getPositionGets parameter position

說(shuō)明

public ReflectionParameter::getPosition(): int

Gets the position of the parameter.

參數(shù)

此函數(shù)沒(méi)有參數(shù)。

返回值

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

參見(jiàn)