The ReflectionObject class

(PHP 5, PHP 7, PHP 8)

Introdução

The ReflectionObject class reports information about an object.

Resumo da classe

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

Registro de Alterações

VersãoDescrição
8.0.0ReflectionObject::export() was removed.

Índice

To Top