ReflectionFunctionAbstract::getNumberOfRequiredParameters

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

ReflectionFunctionAbstract::getNumberOfRequiredParameters获取必须输入参数个数

说明

public ReflectionFunctionAbstract::getNumberOfRequiredParameters(): int

获取函数定义中,必须输入的参数个数。

参数

此函数没有参数。

返回值

必须输入的参数个数。

add a note

User Contributed Notes

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