PHP 8.3.4 Released!

ReflectionParameter::getPosition

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

ReflectionParameter::getPositionGets parameter position

Beschreibung

public ReflectionParameter::getPosition(): int

Gets the position of the parameter.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

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

Siehe auch

add a note

User Contributed Notes

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