ReflectionFunctionAbstract::getNumberOfParameters

パラメータ数を取得する

説明

public int ReflectionFunctionAbstract::getNumberOfParameters()

関数で定義されているパラメータの数を、必須と任意の両方を含めて取得します。

パラメータ

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

戻り値

パラメータの数を返します。

参考

  • ReflectionFunctionAbstract::getNumberOfRequiredParameters
  • func_num_args