The Wayback Machine - https://web.archive.org/web/20211006143628/https://www.php.net/manual/en/class.reflector.php
PHP 8.1.0 RC 3 available for testing

The Reflector interface

(PHP 5, PHP 7, PHP 8)

Introduction

Reflector is an interface implemented by all exportable Reflection classes.

Interface synopsis

interface Reflector {
/* Methods */
public static export(): string
public __toString(): string
}

Table of Contents

add a note add a note

User Contributed Notes

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