PHP 8.4.0 RC4 available for testing

The Reflector interface

(PHP 5, PHP 7, PHP 8)

Introduzione

Reflector is an interface implemented by all exportable Reflection classes.

Sommario dell'interfaccia

interface Reflector extends Stringable {
/* Metodi ereditati */
}

Log delle modifiche

Versione Descrizione
8.0.0 Reflector::export() was removed.
8.0.0 Reflector extends Stringable now. It inherits Stringable::__toString(), replacing Reflector::__toString().

Vedere anche:

Indice dei contenuti

add a note

User Contributed Notes

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