php8.5
Home/ Manual/ reference / reflection/ The Reflector interface

The Reflector interface

Reflector is an interface implemented by all exportable Reflection classes.

Intro

Reflector is an interface implemented by all exportable Reflection classes.

Interfacesynopsis

implements Reflector extends Stringable { }

Changelog

VersionDescription
8.0.0Reflector::export was removed.
8.0.0Reflector extends Stringable now. It inherits Stringable::__toString, replacing Reflector::__toString.

See Also

  • Reflector::export

Reflector

In this section

Source: reference/reflection/reflector.xml · from the official PHP manual (php/doc-en)