(No version information available, might only be in Git)
ReflectionProperty::getMangledName — Gets the mangled name of the property
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.
| Версия | Описание |
|---|---|
| 8.5.0 | This method was introduced. |