ReflectionParameter
PHP Manual

ReflectionParameter::getName

(PHP 5)

ReflectionParameter::getNameGets parameter name

説明

public string ReflectionParameter::getName ( void )

Gets the name of the parameter.

パラメータ

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

返り値

The name of the reflected parameter.

参考


ReflectionParameter
PHP Manual