Statement on glibc/iconv Vulnerability

ReflectionEnum クラス

(PHP 8 >= 8.1.0)

はじめに

ReflectionEnum クラスは、 列挙型に関する情報を報告します。

クラス概要

class ReflectionEnum extends ReflectionClass {
/* 継承した定数 */
/* 継承したプロパティ */
public string $name;
/* メソッド */
public __construct(object|string $objectOrClass)
public getCases(): array
public hasCase(string $name): bool
public isBacked(): bool
/* 継承したメソッド */
public static ReflectionClass::export(mixed $argument, bool $return = false): string
public ReflectionClass::getAttributes(?string $name = null, int $flags = 0): array
}

目次

add a note

User Contributed Notes

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