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
[edit] Last updated: Fri, 25 May 2012

view this page in

ReflectionParameter::getPosition

(PHP 5 >= 5.2.3)

ReflectionParameter::getPositionパラメータの位置を取得する

説明

public int ReflectionParameter::getPosition ( void )

パラメータの位置を取得します。

パラメータ

この関数にはパラメータはありません。

返り値

パラメータの位置を取得します。左から右へ数え、最初のパラメータが 0 番目となります。

参考



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

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