ReflectionParameter::getPosition

(PHP 5 >= 5.1.3, PHP 7)

ReflectionParameter::getPositionGets parameter position

Descrierea

public ReflectionParameter::getPosition ( ) : int

Gets the position of the parameter.

Parametri

Această funcție nu are parametri.

Valorile întoarse

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

A se vedea și

add a note add a note

User Contributed Notes

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