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

search for in the

ReflectionParameter::isArray> <ReflectionParameter::getName
[edit] Last updated: Sat, 07 Jan 2012

view this page in

ReflectionParameter::getPosition

(PHP 5 >= 5.2.3)

ReflectionParameter::getPositionGets parameter position

설명

public int ReflectionParameter::getPosition ( void )

Gets the position of the parameter.

인수

이 함수는 인수가 없습니다.

반환값

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

참고



add a note add a note User Contributed Notes ReflectionParameter::getPosition - [1 notes]
up
0
micah at raincross-tech dot com
2 years ago
Note that the ReflectionFunctionAbstract::getParameters() method will return the parameters in the correct order.

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