Introduzione
PHP Manual
PHP Manual»Reflection»Reflection

The Reflection class

(PHP 5, PHP 7, PHP 8)

The reflection class.

class Reflection {
/* Metodi */
public static function export(Reflector $reflector, bool $return = false): string
public static function getModifierNames(int $modifiers): array
}

Indice dei contenuti

To Top