ReflectionProperty::getMangledName
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
ReflectionProperty::getMangledName
Референца за `reflectionproperty.getmangledname.php` со подобрена типографија и навигација.
ReflectionProperty::getMangledName
(Нема достапни информации за верзијата, можеби е само во Git)
ReflectionProperty::getMangledName — Gets the mangled name of the property
= NULL
Returns the mangled (internal) name of the property, which encodes the visibility scope for private and protected properties.
For public properties, the mangled name is identical to the property name. For protected properties, the mangled name has the form
\0*\0name. For private properties, the mangled name has the form
\0ClassName\0name.
Параметри
Оваа функција нема параметри.
Вратени вредности
The mangled name of the reflected property.
Дневник на промени
| Верзија | = NULL |
|---|---|
| 8.5.0 | This method was introduced. |
Види Исто така
- - Ги добива модификаторите на својството ReflectionProperty::getName()