Statement on glibc/iconv Vulnerability

ReflectionZendExtension sınıfı

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

Giriş

Sınıf Sözdizimi

class ReflectionZendExtension implements Reflector {
/* Özellikler */
public string $name;
/* Yöntemler */
public __construct(string $name)
private __clone(): void
public static export(string $name, bool $return = ?): string
public getAuthor(): string
public getName(): string
public getURL(): string
public getVersion(): string
public __toString(): string
}

Özellikler

name

Eklenti ismi. Salt-okunur olup yazmaya çalışılırsa bir ReflectionException yavrulanır.

Sürüm Bilgisi

Sürüm: Açıklama
8.0.0 ReflectionZendExtension::export() kaldırıldı.

İçindekiler

add a note

User Contributed Notes

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