The Reflection class

(PHP 5, PHP 7, PHP 8)

Introduction

The reflection class.

Class synopsis

class Reflection {
/* Methods */
public static export(Reflector $reflector, bool $return = false): string
public static getModifierNames(int $modifiers): array
}

Table of Contents

add a note

User Contributed Notes

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