parent root
PHP: Reflector - Manual
PHP 7.2.23 Release Announcement

The Reflector interface

(PHP 5, PHP 7)

Introduction

Reflector is an interface implemented by all exportable Reflection classes.

Class synopsis

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

Table of Contents

add a noteadd a note

User Contributed Notes

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