Statement on glibc/iconv Vulnerability

ReflectionEnumBackedCase::__construct

(PHP 8 >= 8.1.0)

ReflectionEnumBackedCase::__constructInstantiates a ReflectionEnumBackedCase object

说明

public ReflectionEnumBackedCase::__construct(object|string $class, string $constant)

参数

class

An enum instance or a name.

constant

An enum constant name.

add a note

User Contributed Notes

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