PHP ReflectionParameter::getName 反射函数

  • 定义和用法

    ReflectionParameter::getName - 获取参数名称。
  • 版本支持

    PHP4 PHP5 PHP7
    不支持 支持 支持
  • 语法

    ReflectionParameter::getName( void )
    ReflectionParameter::getName() 获取参数的名称。
  • 参数

    参数 必需的 描述
  • 返回值

    反射参数的名称。
  • 相关页面

    ReflectionParameter::getValue() - 获取反射参数的值