ReflectionProperty::getName

(PHP 5, PHP 7, PHP 8)

ReflectionProperty::getNameGets property name

說明

public ReflectionProperty::getName(): string

Gets the properties name.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

The name of the reflected property.

參見