CakeFest 2024: The Official CakePHP Conference

ReflectionParameter::getPosition

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

ReflectionParameter::getPositionGets parameter position

Descrição

public ReflectionParameter::getPosition(): int

Gets the position of the parameter.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Veja Também

add a note

User Contributed Notes

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