Statement on glibc/iconv Vulnerability

ReflectionEnumUnitCase::getEnum

(PHP 8 >= 8.1.0)

ReflectionEnumUnitCase::getEnumGets the reflection of the enum of this case

Descrição

public ReflectionEnumUnitCase::getEnum(): ReflectionEnum

Gets the reflection of the enum of this case.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

A ReflectionEnum instance describing the Enum this case belongs to.

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top