在线文档教程
PHP
反射 | Reflection

ReflectionProperty::getName

ReflectionProperty::getName

(PHP 5, PHP 7)

ReflectionProperty :: getName - 获取属性名称

描述

public string ReflectionProperty::getName ( void )

获取属性名称。

警告

此功能目前没有记录; 只有它的参数列表可用。

参数

该功能没有参数。

返回值

反射属性的名称。

← ReflectionProperty::getModifiers

ReflectionProperty::getValue →