The Reflection class

(PHP 5, PHP 7, PHP 8)

Introduction

The reflection class.

Class synopsis

classReflection {
publicstaticexport(Reflector$reflector, bool$return = false): string
publicstaticgetModifierNames(int$modifiers): array
}

Table of Contents

To Top