The ReflectionZendExtension class

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

Einführung

Klassenbeschreibung

classReflectionZendExtensionimplementsReflector {
public__construct(string$name)
private__clone(): void
publicstaticexport(string$name, bool$return = ?): string
publicgetAuthor(): string
publicgetName(): string
publicgetURL(): string
}

Eigenschaften

name

Name of the extension. Read-only, throws ReflectionException in attempt to write.

Changelog

VersionBeschreibung
8.0.0ReflectionZendExtension::export() was removed.

Inhaltsverzeichnis

To Top