在线文档教程
PHP
反射 | Reflection

ReflectionParameter::getName

ReflectionParameter::getName

(PHP 5, PHP 7)

ReflectionParameter :: getName - 获取参数名称

描述

public string ReflectionParameter::getName ( void )

获取参数的名称。

参数

该功能没有参数。

返回值

反射参数的名称。

← ReflectionParameter::getDefaultValueConstantName

ReflectionParameter::getPosition →