ReflectionParameter
在线手册:中文 英文
PHP手册

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.

参见


ReflectionParameter
在线手册:中文 英文
PHP手册
PHP手册 - N: Gets parameter position

用户评论:

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.