Dutch PHP Conference 2025 - Call For Papers

The Reflector interface

(PHP 5, PHP 7, PHP 8)

Вступ

Reflector is an interface implemented by all exportable Reflection classes.

Короткий огляд iнтерфейcу

interface Reflector extends Stringable {
/* Успадковані методи */
}

Журнал змін

Версія Опис
8.0.0 Reflector::export() was removed.
8.0.0 Reflector extends Stringable now. It inherits Stringable::__toString(), replacing Reflector::__toString().

Прогляньте також

Зміст

add a note

User Contributed Notes

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