• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • ReflectionParameter::getName()

    (PHP 5, PHP 7)

    Gets parameter name

    说明

    publicReflectionParameter::getName(void) : string

    Gets the name of the parameter.

    参数

    此函数没有参数。

    返回值

    The name of the reflected parameter.

    参见

    • ReflectionParameter::getValue()
    FYI, it returns the parameter name without the dollars($) sign at the start.