The ReflectionObject class

(PHP 5, PHP 7, PHP 8)

Introduction

The ReflectionObject class reports information about an object.

Class synopsis

classReflectionObjectextendsReflectionClass {
public__construct(object$object)
publicstaticReflectionClass::export(mixed$argument, bool$return = false): string
}

Changelog

VersionDescription
8.0.0ReflectionObject::export() was removed.

Table of Contents

To Top