The ReflectionObject class

(PHP 5, PHP 7, PHP 8)

Einführung

The ReflectionObject class reports information about an object.

Klassenbeschreibung

classReflectionObjectextendsReflectionClass {
public__construct(object$object)
publicstaticReflectionClass::export(mixed$argument, bool$return = false): string
}

Changelog

VersionBeschreibung
8.0.0ReflectionObject::export() was removed.

Inhaltsverzeichnis

To Top