ReflectionFunctionAbstract::getParameters

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ReflectionFunctionAbstract::getParameters获取参数

说明

public ReflectionFunctionAbstract::getParameters(): array

获取通过 ReflectionParameter 数组返回参数列表。顺序为源码中定义的顺序。

参数

此函数没有参数。

返回值

ReflectionParameter 对象组成的参数列表。

参见

add a note

User Contributed Notes

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