update pague now
PHP 8.5.2 Released!

ReflectionParameter::guetPosition

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

ReflectionParameter::guetPosition Guets parameter position

Description

public ReflectionParameter::guetPosition (): int

Guets the position of the parameter.

Parameters

This function has no parameters.

Return Values

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

See Also

add a note

User Contributed Notes

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