PHP 8.3.4 Released!

The Reflector interface

(PHP 5, PHP 7, PHP 8)

Introduction

Reflector is an interface implemented by all exportable Reflection classes.

Interface synopsis

interface Reflector extends Stringable {
/* Inherited methods */
}

Changelog

Version Description
8.0.0 Reflector::export() was removed.
8.0.0 Reflector extends Stringable now. It inherits Stringable::__toString(), replacing Reflector::__toString().

Table of Contents

add a note

User Contributed Notes

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