downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ReflectionParameter::isArray> <ReflectionParameter::getName
Last updated: Fri, 20 May 2011

view this page in

ReflectionParameter::getPosition

(PHP 5 >= 5.2.3)

ReflectionParameter::getPositionGets parameter position

Descripción

public int ReflectionParameter::getPosition ( void )

Gets the position of the parameter.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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

Ver también



add a note add a note User Contributed Notes ReflectionParameter::getPosition
micah at raincross-tech dot com 06-Dec-2010 03:26
Note that the ReflectionFunctionAbstract::getParameters() method will return the parameters in the correct order.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites